Changeset 252
- Timestamp:
- May 27, 2003, 9:05:59 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/libc.specs
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r251 r252 133 133 134 134 *link_command: 135 %{!fsyntax-only: %{!c:%{!M:%{!MM:%{!E:%{!S:%{Zomf:emxomf}ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}} %{static:} %{L*} %D %{T*} %o %{!nostdlib:%{!nodefaultlibs:%G -lc_alias %L -los2%{pg:_p} % {Zomf:-lend}}} %{!A:%{!nostdlib:%{!nostartfiles:%E}}}}}}}}}135 %{!fsyntax-only: %{!c:%{!M:%{!MM:%{!E:%{!S:%{Zomf:emxomf}ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}} %{static:} %{L*} %D %{T*} %o %{!nostdlib:%{!nodefaultlibs:%G -lc_alias %L -los2%{pg:_p} %L -los2%{pg:_p} %{Zomf:-lend}}} %{!A:%{!nostdlib:%{!nostartfiles:%E}}}}}}}}} 136 136 137 137 # bird: while -Zcrtdll isn't working. 138 138 #%{!fsyntax-only: %{!c:%{!M:%{!MM:%{!E:%{!S:%{Zomf:emxomf}ld %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r} %{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}} %{static:} %{L*} %D %{T*} %o %{!nostdlib:%{!nodefaultlibs:%G -lc_alias %{!Zcrtdll*:%L} -los2%{pg:_p} %{Zomf:-lend}}} %{!A:%{!nostdlib:%{!nostartfiles:%E}}}}}}}}} 139 139 # bird: Urg! Because of the thunks we have to repeate the -lc -los2 (%L -los2{}) sequence. I'm getting unresolved thunkers elsewise when linking xgcc.exe with clh. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.