summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/eabispe.h
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-11 20:02:55 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-11 20:02:55 +0000
commit4269e8535352196970285286f1dfc847b09e3173 (patch)
treeda0b9688d10794c9322f4d5ef458b06eb3194cf2 /gcc/config/rs6000/eabispe.h
parent62d823d0a5c5053072b8396cf3015a2a92d786b3 (diff)
downloadgcc-4269e8535352196970285286f1dfc847b09e3173.tar.gz
2008-06-11 Edmar Wienskoski <edmar@freescale.com>
PR target/36425 * config/rs6000/rs6000.c (rs6000_override_options): Set rs6000_isel conditionally to the absence of comand line override. * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Remove duplicate rs6000_isel setting. * config/rs6000/eabispe.h: Ditto. testsuite: 2008-06-11 Edmar Wienskoski <edmar@freescale.com> * gcc.target/powerpc/e500-1.c: New test case to verify mno-isel option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabispe.h')
-rw-r--r--gcc/config/rs6000/eabispe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h
index c3a3f2b4e53..ae14651deba 100644
--- a/gcc/config/rs6000/eabispe.h
+++ b/gcc/config/rs6000/eabispe.h
@@ -37,8 +37,6 @@
rs6000_float_gprs = 1; \
if (!rs6000_explicit_options.spe) \
rs6000_spe = 1; \
- if (!rs6000_explicit_options.isel) \
- rs6000_isel = 1; \
if (target_flags & MASK_64BIT) \
error ("-m64 not supported in this configuration")