Fix glitch on VX_CPU selection for E6500
authorOlivier Hainque <hainque@adacore.com>
Tue, 27 Oct 2020 13:16:11 +0000 (13:16 +0000)
committerOlivier Hainque <hainque@adacore.com>
Tue, 27 Oct 2020 16:28:04 +0000 (16:28 +0000)
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.

gcc/config/rs6000/vxworks.h

index 87ca3af96e092aab0a3141d8855fd7de89d5019e..c5c32482d5e03617b5b2ba303c8efeaa3c99fe9b 100644 (file)
@@ -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)                    \