mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
Fix glitch on VX_CPU selection for E6500
Proper macro name is PPCE6500, not E6500. Introduced accidentally during a pre-commit minor rearrangement. 2020-10-27 Olivier Hainque <hainque@adacore.com> gcc/ * config/rs6000/vxworks.h (CPP_SPEC): Fix macro definition for -mcpu=e6500.
This commit is contained in:
parent
4a972479f0
commit
7fdedf8a8e
@ -127,7 +127,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
VX_MCPU(603, PPC603) ";" \
|
||||
VX_MCPU(604, PPC604) ";" \
|
||||
VX_MCPU(860, PPC860) ";" \
|
||||
VX_MCPU(e6500, E6500) ";" \
|
||||
VX_MCPU(e6500, PPCE6500) ";" \
|
||||
VX_MCPU(8540, PPC85XX) ";" \
|
||||
VX_MCPU(8548, PPC85XX) ";" \
|
||||
VX_CPUDEF(PPC604) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user