From c5565f175aa0d5b25d47c839610bab6f9ee999a1 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 9 Feb 2022 21:25:06 +1300 Subject: powerpc: Allow GCC 8.5 for SPE ABI Support for the SPE ABI was removed in GCC 9. Update the select to GCC_REQUIRE_older_than_9 so that GCC 8.5 can be selected. Fixes #1349, fixes #1666 Signed-off-by: Chris Packham diff --git a/config/arch/powerpc.in b/config/arch/powerpc.in index 73cdf75..bb75ac0 100644 --- a/config/arch/powerpc.in +++ b/config/arch/powerpc.in @@ -43,7 +43,7 @@ config ARCH_powerpc_ABI_EABI config ARCH_powerpc_ABI_SPE bool prompt "SPE" - select GCC_REQUIRE_8_or_older + select GCC_REQUIRE_older_than_9 select GLIBC_REQUIRE_2_29_or_older help Add support for the Signal Processing Engine. This will set up -- cgit v0.10.2-6-g49f6