Skip to content

Commit 77e82fa

Browse files
chleroympe
authored andcommitted
powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
E500MC64 is a processor pre-dating E5500 that has never been commercialised. Use -mcpu=e5500 for E5500 core. More details at https://gcc.gnu.org/PR108149 Signed-off-by: Christophe Leroy <[email protected]> Acked-by: Pali Rohár <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/fa71ed20d22c156225436374f0ab847daac893bc.1671475543.git.christophe.leroy@csgroup.eu
1 parent 9efcdaa commit 77e82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/platforms/Kconfig.cputype

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ config TARGET_CPU
257257
default "power8" if POWER8_CPU
258258
default "power9" if POWER9_CPU
259259
default "power10" if POWER10_CPU
260-
default "e500mc64" if E5500_CPU
260+
default "e5500" if E5500_CPU
261261
default "e6500" if E6500_CPU
262262
default "power4" if POWERPC64_CPU && !CPU_LITTLE_ENDIAN
263263
default "power8" if POWERPC64_CPU && CPU_LITTLE_ENDIAN

0 commit comments

Comments
 (0)