diff options
author | Olivier Hainque <hainque@adacore.com> | 2010-11-12 16:04:12 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2010-11-12 16:04:12 +0000 |
commit | 146d930bb7048b5383229c61eb882d03ad797627 (patch) | |
tree | 5514d8f99e82f052ccc2f6b334651110aee38953 /gcc | |
parent | f42865cb321e4216ecc56aa9cfa5a7c8a30365e0 (diff) | |
download | gcc-146d930bb7048b5383229c61eb882d03ad797627.zip gcc-146d930bb7048b5383229c61eb882d03ad797627.tar.gz gcc-146d930bb7048b5383229c61eb882d03ad797627.tar.bz2 |
aix.h: #undef TARGET_AIX_OS before #define.
* config/rs6000/aix.h: #undef TARGET_AIX_OS before #define.
From-SVN: r166654
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/aix.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ab4de80..b4d39e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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] diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index b4134e6..9d5a380 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -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. */ |