mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:30:29 +08:00
aix.h: #undef TARGET_AIX_OS before #define.
* config/rs6000/aix.h: #undef TARGET_AIX_OS before #define. From-SVN: r166654
This commit is contained in:
parent
f42865cb32
commit
146d930bb7
@ -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]
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user