diff mbox series

[3/3] package/gcc: or1k allow gcc 9.2 with uClibc-ng

Message ID 20191019223107.1301848-3-romain.naour@gmail.com
State Accepted
Headers show
Series [1/3] package/gcc/9.2.0: backport or1k upstream patch | expand

Commit Message

Romain Naour Oct. 19, 2019, 10:31 p.m. UTC
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>
---
 package/gcc/Config.in.host | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 3772125f71..1e26e747be 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -61,9 +61,6 @@  config BR2_GCC_VERSION_9_X
 	bool "gcc 9.x"
 	# or1k needs binutils >= 2.32
 	depends on !(BR2_or1k && 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