package/gcc: or1k allow gcc 9.2 with uClibc-ng
authorRomain Naour <romain.naour@gmail.com>
Sat, 19 Oct 2019 22:31:07 +0000 (00:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 Oct 2019 14:19:35 +0000 (16:19 +0200)
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>
package/gcc/Config.in.host

index fc0333d08f71b27f3157222d232ebd924368805f..75be7c48cc1f77717061b2cee0920c9943102aba 100644 (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