]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aix.h: #undef TARGET_AIX_OS before #define.
authorOlivier Hainque <hainque@adacore.com>
Fri, 12 Nov 2010 16:04:12 +0000 (16:04 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Fri, 12 Nov 2010 16:04:12 +0000 (16:04 +0000)
        * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.

From-SVN: r166654

gcc/ChangeLog
gcc/config/rs6000/aix.h

index ab4de80c7f4792ec71e01bfb042f7305b1e82854..b4d39e70fd716def4dcad9c95a9aa6f0e5ac2fb7 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-12  Olivier Hainque  <hainque@adacore.com>
+
+       * config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
+
 2010-11-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * config/mips/iris6.h [!IRIX_USING_GNU_LD]
index b4134e6214eaf27e1c66e461ae555e24b08324a5..9d5a380a40d2f2c7a4dbd9b1cb76ee30fb9ab492 100644 (file)
@@ -26,6 +26,7 @@
 
 /* Linux64.h wants to redefine TARGET_AIX based on -m64, but it can't be used
    in the #if conditional in options-default.h, so provide another macro.  */
+#undef  TARGET_AIX_OS
 #define TARGET_AIX_OS 1
 
 /* AIX always has a TOC.  */