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 <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-02-09 21:25:06 +13:00
parent 30fb23dd89
commit c5565f175a

View File

@ -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