Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c873862c
Commit
c873862c
authored
23 years ago
by
Mark Mitchell
Committed by
Mark Mitchell
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/objc.exp: Add -lposix4 on Solaris 2.8.
From-SVN: r41968
parent
99dc5306
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/objc.exp
+6
-0
No files found.
gcc/testsuite/ChangeLog
View file @
c873862c
2001-05-11 Mark Mitchell <mark@codesourcery.com>
* lib/objc.exp: Add -lposix4 on Solaris 2.8.
2001-05-10 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c-torture/compile/20010313-1.c: New test.
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/lib/objc.exp
View file @
c873862c
...
...
@@ -122,6 +122,12 @@ proc objc_target_compile { source dest type options } {
set ld_library_path "."
lappend options "libs=-lobjc"
# On Solaris 2.8, we need to include libposix4 inorder to get
# sched_get_priority_max and such.
if [ishost "sparc-sun-solaris2.8"] {
lappend options "libs=-lposix4"
}
if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
lappend options "libs=${gluefile}"
lappend options "ldflags=$wrap_flags"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment