aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/linuxspe.h
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2008-02-22 12:59:05 +0000
committerNathan Froyd <froydnj@gcc.gnu.org>2008-02-22 12:59:05 +0000
commita4899c012381f6e44797e48a254b2d649747717e (patch)
tree54f189868ebeacf0d8436a5dedae118aa8da71ca /gcc/config/rs6000/linuxspe.h
parentfe82487e2d4530e8a012d904edb57acbdbc34deb (diff)
downloadgcc-a4899c012381f6e44797e48a254b2d649747717e.zip
gcc-a4899c012381f6e44797e48a254b2d649747717e.tar.gz
gcc-a4899c012381f6e44797e48a254b2d649747717e.tar.bz2
linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use spe_abi.
* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use spe_abi. * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise. From-SVN: r132551
Diffstat (limited to 'gcc/config/rs6000/linuxspe.h')
-rw-r--r--gcc/config/rs6000/linuxspe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linuxspe.h b/gcc/config/rs6000/linuxspe.h
index 1aea744..c526cf8 100644
--- a/gcc/config/rs6000/linuxspe.h
+++ b/gcc/config/rs6000/linuxspe.h
@@ -30,7 +30,7 @@
#define SUBSUBTARGET_OVERRIDE_OPTIONS \
if (rs6000_select[1].string == NULL) \
rs6000_cpu = PROCESSOR_PPC8540; \
- if (!rs6000_explicit_options.abi) \
+ if (!rs6000_explicit_options.spe_abi) \
rs6000_spe_abi = 1; \
if (!rs6000_explicit_options.float_gprs) \
rs6000_float_gprs = 1; \