Commit 9c7956fd by Andreas Tobler Committed by Andreas Tobler

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

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
parent d6c2b67d
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment