diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-28 18:52:21 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-28 18:52:21 +0000 |
commit | a4a29a2f5b3ccfa0ba402bd77a7e0769d67014c5 (patch) | |
tree | 0b33ad9154b4d2236c2744f65b96954649d70409 /gcc/config/rs6000/aix51.h | |
parent | ccbf942415b5736f1320cb5887b708bf14072919 (diff) | |
download | gcc-a4a29a2f5b3ccfa0ba402bd77a7e0769d67014c5.tar.gz |
PR target/20813
* config/rs6000/aix43.h (SUBSUBTARGET_SWITCHES, aix64): Add
MASK_PPC_GFXOPT.
* config/rs6000/aix51.h (SUBSUBTARGET_SWITCHES, aix64): Same.
* config/rs6000/aix52.h (SUBSUBTARGET_SWITCHES, aix64): Same.
* config/rs6000/sysv4.h (SUBTARGET_SWITCHES, 64): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98934 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix51.h')
-rw-r--r-- | gcc/config/rs6000/aix51.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 6b1319691b6..787892774ae 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -22,8 +22,9 @@ /* AIX V5 and above support 64-bit executables. */ #undef SUBSUBTARGET_SWITCHES -#define SUBSUBTARGET_SWITCHES \ - {"aix64", MASK_64BIT | MASK_POWERPC64 | MASK_POWERPC, \ +#define SUBSUBTARGET_SWITCHES \ + {"aix64", MASK_64BIT | MASK_POWERPC64 \ + | MASK_POWERPC | MASK_PPC_GFXOPT, \ N_("Compile for 64-bit pointers") }, \ {"aix32", - (MASK_64BIT | MASK_POWERPC64), \ N_("Compile for 32-bit pointers") }, \ |