summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix51.h
diff options
context:
space:
mode:
authortrix <trix@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-09 07:23:05 +0000
committertrix <trix@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-09 07:23:05 +0000
commitf0c730df8391f3da5a459b8cec8c3effd18f9d00 (patch)
tree6063750d9c7ed22e8a9e5cc7396b44cdb48b7b41 /gcc/config/rs6000/aix51.h
parent4c8cd415fbf07b27b046a751eefcf6e1a517dc03 (diff)
downloadgcc-f0c730df8391f3da5a459b8cec8c3effd18f9d00.tar.gz
Fix rs6000 -maix64 -mstring
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix51.h')
-rw-r--r--gcc/config/rs6000/aix51.h2
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)) \