summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-02 09:05:26 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-02 09:07:39 +0100
commit4461b3213d35a4ea4a6ccfd395663eb0b7a5f88a (patch)
treeee318043bbbf275a368f4a03c8b4f993a42c3aea /package/binutils
parent8ed392f3d649ef373f2cebce3b4dbab60a867a4e (diff)
downloadbuildroot-novena-4461b3213d35a4ea4a6ccfd395663eb0b7a5f88a.tar.gz
buildroot-novena-4461b3213d35a4ea4a6ccfd395663eb0b7a5f88a.zip
binutils: default to 2.21.1 for uClibc 0.9.33 as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index aec51b3ce..a13d61b4e 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -3,7 +3,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
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_32 || BR2_UCLIBC_VERSION_SNAPSHOT)
+ default BR2_BINUTILS_VERSION_2_21_1 if (!BR2_UCLIBC_VERSION_0_9_31)
default BR2_BINUTILS_VERSION_2_21
help
Select the version of binutils you wish to use.
@@ -25,11 +25,11 @@ choice
bool "binutils 2.21"
config BR2_BINUTILS_VERSION_2_21_1
- depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_30 || BR2_UCLIBC_VERSION_0_9_31)
+ depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
bool "binutils 2.21.1"
config BR2_BINUTILS_VERSION_2_22
- depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_30 || BR2_UCLIBC_VERSION_0_9_31)
+ depends on !(BR2_avr32 || BR2_UCLIBC_VERSION_0_9_31)
bool "binutils 2.22"
endchoice