powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 19 Dec 2022 18:45:58 +0000 (19:45 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Feb 2023 11:41:11 +0000 (22:41 +1100)
commit77e82fa1f9781a958a6ea4aed7aec41239a5a22f
treed3649ee9810c1e535d7435215fc38a0c84a65700
parent9efcdaac36e1643a1b7f5337e6143ce142d381b1
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 <christophe.leroy@csgroup.eu>
Acked-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/fa71ed20d22c156225436374f0ab847daac893bc.1671475543.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/Kconfig.cputype