Changeset 1190
- Timestamp:
- Feb 6, 2004, 12:27:54 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.24
to1.25
r1189 r1190 260 260 #undef CPP_PREDEFINES 261 261 #define CPP_PREDEFINES "-D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 " \ 262 "-Dunix -D__MT__ - Asystem=unix -Asystem=posix -Asystem=emx"262 "-Dunix -D__MT__ -D__INNOTEK_LIBC__=0x005 -Asystem=unix -Asystem=posix -Asystem=emx" 263 263 264 264 /* Provide extra args to the C preprocessor and extra switch-translations. */ … … 313 313 "-lc_alias " \ 314 314 "%{!static:-lc_dll}" \ 315 "%{static:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} " \315 "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} " \ 316 316 "-los2%{p|pg:_p}" 317 317 … … 395 395 "-lc_alias " \ 396 396 "%{!static:-lc_dll}" \ 397 "%{static:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}" \397 "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}" \ 398 398 399 399 /* Override the default crt0 files. */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.