From: Romain Naour Date: Sat, 19 Oct 2019 22:31:07 +0000 (+0200) Subject: package/gcc: or1k allow gcc 9.2 with uClibc-ng X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05756279675bac305b7d5b04531c773a837ed177;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index fc0333d08f..75be7c48cc 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -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