8sa1-gcc/gcc/config/rs6000/xm-darwin.h
Stan Shebs 18922061f5 xm-darwin.h: New file, Darwin host definitions.
* config/rs6000/xm-darwin.h: New file, Darwin host definitions.
        * config/rs6000/x-darwin: New file, Darwin host fragment.
        * config.gcc (powerpc-*-darwin*): New host.
        * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
        overridden by a config file.

From-SVN: r37601
2000-11-21 03:02:09 +00:00

10 lines
302 B
C

/* Undo the USG definition in xm-rs6000.h, Darwin is a BSD flavor. */
#undef USG
/* Override the usual setting, since Apple's GCC has lame bugs and
can't handle the initializers. Someday the bugs will be fixed and
we can get rid of this silliness. */
#define HAVE_DESIGNATED_INITIALIZERS 0