Default powerpcspe processor target to 8540
This prevents internal compiler errors when -mcpu is omitted.
This commit is contained in:
parent
da03dddb6d
commit
3d8c4eead4
@ -28,6 +28,7 @@
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_STRICT_ALIGN)
|
||||
|
||||
#undef PROCESSOR_DEFAULT
|
||||
#undef TARGET_SPE_ABI
|
||||
#undef TARGET_SPE
|
||||
#undef TARGET_E500
|
||||
@ -36,6 +37,7 @@
|
||||
#undef TARGET_E500_SINGLE
|
||||
#undef TARGET_E500_DOUBLE
|
||||
|
||||
#define PROCESSOR_DEFAULT PROCESSOR_PPC8540
|
||||
#define TARGET_SPE_ABI rs6000_spe_abi
|
||||
#define TARGET_SPE rs6000_spe
|
||||
#define TARGET_E500 (rs6000_cpu == PROCESSOR_PPC8540)
|
||||
|
Loading…
Reference in New Issue
Block a user