package/gcc: or1k allow gcc 9.2 with uClibc-ng

Binutils 2.32 and GCC 9.2 are now fixed thanks to Stafford Horne.

https://mailman.uclibc-ng.org/pipermail/devel/2019-August/001895.html

Fixes:
https://mailman.uclibc-ng.org/pipermail/devel/2019-August/001885.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Romain Naour 2019-10-20 00:31:07 +02:00 committed by Thomas Petazzoni
parent e1c7dffb25
commit 0575627967

View File

@ -62,9 +62,6 @@ config BR2_GCC_VERSION_9_X
# or1k needs binutils >= 2.32
depends on !(BR2_or1k && \
(BR2_BINUTILS_VERSION_2_30_X || BR2_BINUTILS_VERSION_2_31_X))
# uClibc doesn't build with upstream or1k gcc
# https://mailman.uclibc-ng.org/pipermail/devel/2019-August/001885.html
depends on !(BR2_or1k && BR2_TOOLCHAIN_USES_UCLIBC)
# powerpc spe support has been deprecated since gcc 8.x.
# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
depends on !BR2_powerpc_SPE