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
0aca3a61
Commit
0aca3a61
authored
Mar 02, 2005
by
Geoffrey Keating
Committed by
Geoffrey Keating
Mar 02, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
From-SVN: r95805
parent
2af51b88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
gcc/ChangeLog
+4
-0
gcc/config/darwin8.h
+6
-4
No files found.
gcc/ChangeLog
View file @
0aca3a61
2005-03-02 Geoffrey Keating <geoffk@apple.com>
* config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
2005-03-02 Devang Patel <dpatel@apple.com>
Undo PR tree-optimization/18815 fix.
...
...
gcc/config/darwin8.h
View file @
0aca3a61
...
...
@@ -22,11 +22,13 @@ Boston, MA 02111-1307, USA. */
/* Darwin 7.0 and above have C99 functions. */
#define TARGET_C99_FUNCTIONS 1
/* Machine dependent libraries. Include libmx when compiling on Darwin 7.0
and above. Include libSystemStubs when compiling on 8.0 and above and
not 64-bit long double. */
/* Machine dependent libraries. Include libmx when compiling on
Darwin 7.0 and above, but before libSystem, since the functions are
actually in libSystem but for 7.x compatibility we want them to be
looked for in libmx first. Include libSystemStubs when compiling
on 8.0 and above and not 64-bit long double. */
#undef LIB_SPEC
#define LIB_SPEC "%{!static:\
%{!mlong-double-64:%{pg:-lSystemStubs_profile;:-lSystemStubs}} \
-l
System -lmx
}"
-l
mx -lSystem
}"
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