Changeset 229
- Timestamp:
- May 23, 2003, 5:17:56 PM (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.4
to1.5
r228 r229 247 247 * - S - P - E - C - S - 248 248 ******************************************************************************/ 249 /* Predefine symbols `__32BIT__', `__EMX__', and `i386'. */249 /* Predefine symbols `__32BIT__', `__EMX__', `i386' and __MT__ (not -Zmt). */ 250 250 #undef CPP_PREDEFINES 251 251 #define CPP_PREDEFINES "-D__32BIT__ -D__EMX__ -D__OS2__ -D__i386__ -D__i386 " \ 252 "-Dunix -Asystem=unix -Asystem=posix -Asystem=emx" 253 254 /* Predefine the symbol `__MT__' for multi-threaded programs (-Zmt) */ 252 "-Dunix -D__MT__ -Asystem=unix -Asystem=posix -Asystem=emx" 253 255 254 #undef CPP_SPEC 256 255 #define CPP_SPEC \ 257 256 "%(cpp_cpu) " \ 258 257 "%{posix:-D_POSIX_SOURCE} " \ 259 "%{Zmt: -D__MT__} "\258 "%{Zmt:} " \ 260 259 "%{pg:-D__GPROF__} " \ 261 260 "%{mepilogue:-D__EPILOGUE__} " \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.