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
ce29729a
Commit
ce29729a
authored
May 14, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
May 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
From-SVN: r42065
parent
7f09a9dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/lib/objc.exp
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
ce29729a
2001-05-14 Mark Mitchell <mark@codesourcery.com>
* lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
2001-05-13 Benjamin Kosnik <bkoz@redhat.com>
* lib/g++.exp: Use testsuite_flags.
* lib/g++.exp: Use testsuite_flags.
...
...
gcc/testsuite/lib/objc.exp
View file @
ce29729a
...
@@ -122,9 +122,9 @@ proc objc_target_compile { source dest type options } {
...
@@ -122,9 +122,9 @@ proc objc_target_compile { source dest type options } {
set ld_library_path "."
set ld_library_path "."
lappend options "libs=-lobjc"
lappend options "libs=-lobjc"
# On Solaris 2.8, we need to include libposix4 inorder to get
# On Solaris 2.8, we need to include libposix4 in
order to get
# sched_get_priority_max and such.
# sched_get_priority_max and such.
if [is
host "sparc-sun-solaris2.8"
] {
if [is
target {sparc-sun-solaris2.[678]}
] {
lappend options "libs=-lposix4"
lappend options "libs=-lposix4"
}
}
...
...
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