diff options
author | Tom Rix <trix@redhat.com> | 2001-12-09 07:23:05 +0000 |
---|---|---|
committer | Tom Rix <trix@gcc.gnu.org> | 2001-12-09 07:23:05 +0000 |
commit | 09a625f76b18001544e91b9c6ecc681aa8fce3ea (patch) | |
tree | 6063750d9c7ed22e8a9e5cc7396b44cdb48b7b41 /gcc/config/rs6000/aix51.h | |
parent | 0854b1c4ba58aa17726e704c4dc79133c4516db3 (diff) | |
download | gcc-09a625f76b18001544e91b9c6ecc681aa8fce3ea.tar.gz |
Fix rs6000 -maix64 -mstring
From-SVN: r47806
Diffstat (limited to 'gcc/config/rs6000/aix51.h')
-rw-r--r-- | gcc/config/rs6000/aix51.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 0d49ff039f5..ae01440f5d3 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to get control. */ -#define NON_POWERPC_MASKS (MASK_POWER | MASK_POWER2 | MASK_STRING) +#define NON_POWERPC_MASKS (MASK_POWER | MASK_POWER2) #define SUBTARGET_OVERRIDE_OPTIONS \ do { \ if (TARGET_64BIT && (target_flags & NON_POWERPC_MASKS)) \ |