config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h into xm_defines.
authorStan Shebs <shebs@apple.com>
Mon, 23 Apr 2001 01:14:03 +0000 (01:14 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Mon, 23 Apr 2001 01:14:03 +0000 (01:14 +0000)
        * config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h
        into xm_defines.
        * config/rs6000/xm-darwin.h: Remove file.

From-SVN: r41496

gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/xm-darwin.h [deleted file]

index f2a7a3d3ec305e9ced586c1e92a0695091976d8d..141f4e321792df51a761c951f30b3c8d08c4410e 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-22  Stan Shebs  <shebs@apple.com>
+
+       * config.gcc (powerpc-*-darwin*): Move the flag in xm-darwin.h
+       into xm_defines.
+       * config/rs6000/xm-darwin.h: Remove file.
+
 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * collect2.c (main): Use concat in lieu of xmalloc/sprintf.
index ed888a91b6d207e44f35c48f31bf4454126fe1ff..8459b95d81ec4cf7622ec18da24f85817e37e7f1 100644 (file)
@@ -2609,8 +2609,11 @@ powerpc-*-darwin*)
        tm_file="${tm_file} darwin.h rs6000/darwin.h"
        tm_p_file="${tm_p_file} darwin-protos.h"
        tmake_file=rs6000/t-darwin
-       xm_file=rs6000/xm-darwin.h
        xmake_file=rs6000/x-darwin
+       # 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.
+       xm_defines="HAVE_DESIGNATED_INITIALIZERS=0"
        extra_objs="darwin.o"
        # Darwin linker does collect2 functionality
        use_collect2=no
diff --git a/gcc/config/rs6000/xm-darwin.h b/gcc/config/rs6000/xm-darwin.h
deleted file mode 100644 (file)
index cc3a717..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-/* 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