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]

[patchlet] darwin_one bool breaks at least linuxppc


Hi,

this patchlet helps bootstrapping on linuxppc. Though I'm not sure if we
should put the #if around the complete if?

Andreas

RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.762
diff -u -r1.762 rs6000.c
--- rs6000.c    3 Dec 2004 06:35:49 -0000       1.762
+++ rs6000.c    3 Dec 2004 13:25:52 -0000
@@ -1303,7 +1303,9 @@
     {
       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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]