Changeset 229


Ignore:
Timestamp:
May 23, 2003, 5:17:56 PM (22 years ago)
Author:
bird
Message:

#424: MT default. -Zmt ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r228 r229  
    247247 *                             - S - P - E - C - S -
    248248 ******************************************************************************/
    249 /* Predefine symbols `__32BIT__', `__EMX__', and `i386'. */
     249/* Predefine symbols `__32BIT__', `__EMX__', `i386' and __MT__ (not -Zmt). */
    250250#undef CPP_PREDEFINES
    251251#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
    255254#undef CPP_SPEC
    256255#define CPP_SPEC                                                               \
    257256  "%(cpp_cpu) "                                                                \
    258257  "%{posix:-D_POSIX_SOURCE} "                                                  \
    259   "%{Zmt:-D__MT__} "                                                           \
     258  "%{Zmt:} "                                                                   \
    260259  "%{pg:-D__GPROF__} "                                                         \
    261260  "%{mepilogue:-D__EPILOGUE__} "                                               \
Note: See TracChangeset for help on using the changeset viewer.