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
dcb0a373
Commit
dcb0a373
authored
Feb 28, 2007
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup whitespacing.
From-SVN: r122398
parent
54e433bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
gcc/config/darwin.h
+9
-8
No files found.
gcc/config/darwin.h
View file @
dcb0a373
...
...
@@ -377,7 +377,8 @@ extern GTY(()) int darwin_ms_struct;
%{!pg:%{static:-lcrt0.o} \
%{!static:%{object:-lcrt0.o} \
%{!object:%{preload:-lcrt0.o} \
%{!preload: %(darwin_crt1) %(darwin_crt2)}}}}}} \
%{!preload: %(darwin_crt1) \
%(darwin_crt2)}}}}}} \
%{shared-libgcc:%:version-compare(< 10.5 mmacosx-version-min= crt3.o%s)}"
/* The native Darwin linker doesn't necessarily place files in the order
...
...
@@ -385,17 +386,17 @@ extern GTY(()) int darwin_ms_struct;
to put anything in ENDFILE_SPEC. */
/* #define ENDFILE_SPEC "" */
#define DARWIN_EXTRA_SPECS
\
{ "darwin_crt1", DARWIN_CRT1_SPEC },
\
{ "darwin_dylib1", DARWIN_DYLIB1_SPEC },
\
#define DARWIN_EXTRA_SPECS
\
{ "darwin_crt1", DARWIN_CRT1_SPEC },
\
{ "darwin_dylib1", DARWIN_DYLIB1_SPEC },
\
{ "darwin_minversion", DARWIN_MINVERSION_SPEC },
#define DARWIN_DYLIB1_SPEC
\
"%:version-compare(!> 10.5 mmacosx-version-min= -ldylib1.o)
\
#define DARWIN_DYLIB1_SPEC
\
"%:version-compare(!> 10.5 mmacosx-version-min= -ldylib1.o)
\
%:version-compare(>= 10.5 mmacosx-version-min= -ldylib1.10.5.o)"
#define DARWIN_CRT1_SPEC
\
"%:version-compare(!> 10.5 mmacosx-version-min= -lcrt1.o)
\
#define DARWIN_CRT1_SPEC
\
"%:version-compare(!> 10.5 mmacosx-version-min= -lcrt1.o)
\
%:version-compare(>= 10.5 mmacosx-version-min= -lcrt1.10.5.o)"
/* Default Darwin ASM_SPEC, very simple. */
...
...
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