* config/rs6000/rs6000.c (rs6000_override_options): Protect
darwin_one_byte_bool with #if.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91686
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
{
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. */