rs6000.c (rs6000_override_options): Protect darwin_one_byte_bool with #if.
authorAndreas Tobler <a.tobler@schweiz.ch>
Fri, 3 Dec 2004 15:47:44 +0000 (16:47 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 3 Dec 2004 15:47:44 +0000 (16:47 +0100)
2004-12-03  Andreas Tobler  <a.tobler@schweiz.ch>

* config/rs6000/rs6000.c (rs6000_override_options): Protect
darwin_one_byte_bool with #if.

From-SVN: r91686

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 4ad5bda34fc167219755fb5f0e78bd60d9f43d59..2aab1af8e79bd3bda0c153ad57b9142f6b39a02f 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-03  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config/rs6000/rs6000.c (rs6000_override_options): Protect
+       darwin_one_byte_bool with #if.
+
 2004-12-03  Paolo Bonzini  <bonzini@gnu.org>
 
        * doc/tm.texi (Misc): Document TARGET_FOLD_BUILTIN.
index 807f5535faf2856a3bbc24e109fe51477a88c5f0..9c07a92b5663b1264b5e883eee05c2545a51243a 100644 (file)
@@ -1303,7 +1303,9 @@ rs6000_override_options (const char *default_cpu)
     {
       rs6000_darwin64_abi = 1;
       /* Setting to empty string is same as "-mone-byte-bool".  */
+#if TARGET_MACHO
       darwin_one_byte_bool = "";
+#endif
     }
 
   /* Handle -mabi= options.  */