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
This commit is contained in:
Nathan Froyd 2008-02-22 12:59:05 +00:00 committed by Nathan Froyd
parent fe82487e2d
commit a4899c0123
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-02-22 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
Use spe_abi.
* config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
2008-02-22 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for

View File

@ -31,7 +31,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; \

View File

@ -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; \