summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/eabispe.h
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-07 23:35:43 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-07 23:35:43 +0000
commit42706596f36f38cb32732e6337ecb28d9d6d3055 (patch)
tree5d5845c1616174f0ef2dab969e56c81d10607bf2 /gcc/config/rs6000/eabispe.h
parent5d2eea9a8b3c6c548d7bba2e506a378c58649a89 (diff)
downloadgcc-42706596f36f38cb32732e6337ecb28d9d6d3055.tar.gz
2004-03-07 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_parse_abi_options): SPE and AltiVec abi cannot co-exist. * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabispe.h')
-rw-r--r--gcc/config/rs6000/eabispe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h
index ed56aebc7f4..1551dc1305d 100644
--- a/gcc/config/rs6000/eabispe.h
+++ b/gcc/config/rs6000/eabispe.h
@@ -1,6 +1,6 @@
/* Core target definitions for GNU compiler
for PowerPC embedded targeted systems with SPE support.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Aldy Hernandez (aldyh@redhat.com).
This file is part of GCC.
@@ -30,7 +30,7 @@
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
if (rs6000_select[1].string == NULL) \
rs6000_cpu = PROCESSOR_PPC8540; \
- if (rs6000_abi_string == NULL || strstr (rs6000_abi_string, "spe") == NULL) \
+ if (rs6000_abi_string == NULL) \
rs6000_spe_abi = 1; \
if (rs6000_float_gprs_string == NULL) \
rs6000_float_gprs = 1; \