This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
config/darwin.h and config/lynxos.h are also used by powerpc targets.
--- config/rs6000/rs6000.c 19 Apr 2005 07:07:11 -0000 1.809 +++ config/rs6000/rs6000.c 20 Apr 2005 20:30:17 -0000 @@ -1313,7 +1313,7 @@ rs6000_override_options (const char *def rs6000_darwin64_abi = 1; /* Setting to empty string is same as "-mone-byte-bool". */
#if TARGET_MACHO - darwin_one_byte_bool = ""; + darwin_one_byte_bool = 1; #endif
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |