Changeset 250
- Timestamp:
- May 27, 2003, 8:47:10 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.1
to1.2
r249 r250 16 16 17 17 *cpp: 18 %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{pg:-D__GPROF__} %{ mepilogue:-D__EPILOGUE__} %{mprobe|mstack-arg-probe:-D__STACK_PROBE__} -D__cdecl=__attribute__((__cdecl__)) -D__stdcall=__attribute__((__stdcall__)) %{!ansi: -D_cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__)) -D_Cdecl=__attribute__((__cdecl__)) -D_Optlink=__attribute__((__optlink__)) -D_System=__attribute__((__system__))}18 %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{pg:-D__GPROF__} %{Zmt*:} %{mepilogue:-D__EPILOGUE__} %{mprobe|mstack-arg-probe:-D__STACK_PROBE__} -D__cdecl=__attribute__((__cdecl__)) -D__stdcall=__attribute__((__stdcall__)) %{!ansi: -D_cdecl=__attribute__((__cdecl__)) -D_stdcall=__attribute__((__stdcall__)) -D_Cdecl=__attribute__((__cdecl__)) -D_Optlink=__attribute__((__optlink__)) -D_System=__attribute__((__system__))} 19 19 20 20 *cpp_options: … … 46 46 47 47 *lib: 48 -lc%{p|pg:_p} %G %{!Zdll:-lc_app%{pg:_p}} -lc%{p|pg:_p} 48 -lc%{p|pg:_p} %G -lc_app%{pg:_p} -lc%{p|pg:_p} 49 50 # bird: better get the DLLs linking at moment. 51 # -lc%{p|pg:_p} %G %{!Zdll:-lc_app%{pg:_p}} -lc%{p|pg:_p} 49 52 50 53 *libgcc: … … 130 133 131 134 *link_command: 132 %{!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}}}}}}}}}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}}}}}}}}} 133 136 137 # bird: while -Zcrtdll isn't working. 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 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.