From 25c3160092d7e542f77bf496af5ca7f0dc677aeb Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 17 Jun 2013 08:06:48 -0300 Subject: uClibc 0.9.31: remove stray kludges/conditions Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/binutils/Config.in.host | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'package/binutils/Config.in.host') diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index d9bab441f..3d687fe74 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -4,8 +4,7 @@ choice prompt "Binutils Version" depends on !BR2_arc default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh) - default BR2_BINUTILS_VERSION_2_21_1 if (!BR2_UCLIBC_VERSION_0_9_31) - default BR2_BINUTILS_VERSION_2_21 + default BR2_BINUTILS_VERSION_2_21_1 help Select the version of binutils you wish to use. @@ -22,19 +21,19 @@ choice bool "binutils 2.21" config BR2_BINUTILS_VERSION_2_21_1 - depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31) + depends on !BR2_avr32 bool "binutils 2.21.1" config BR2_BINUTILS_VERSION_2_22 - depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31) + depends on !BR2_avr32 bool "binutils 2.22" config BR2_BINUTILS_VERSION_2_23_1 - depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31) + depends on !BR2_avr32 bool "binutils 2.23.1" config BR2_BINUTILS_VERSION_2_23_2 - depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31) + depends on !BR2_avr32 bool "binutils 2.23.2" endchoice -- cgit v1.2.3