* config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
authorhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Nov 2010 16:04:12 +0000 (16:04 +0000)
committerhainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Nov 2010 16:04:12 +0000 (16:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166654 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ab4de80..b4d39e7 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 b4134e6..9d5a380 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.  */