summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-08-08 18:56:47 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-08-08 18:56:47 +0200
commit92496e0ef01fbf697483f061f933b303bd8fa408 (patch)
treeb0921e524611f54ce42ae8059e841232cce6e399 /package/binutils
parentc578d2cc2bb2ef7feb21e461116b5597da2f225c (diff)
downloadbuildroot-novena-92496e0ef01fbf697483f061f933b303bd8fa408.tar.gz
buildroot-novena-92496e0ef01fbf697483f061f933b303bd8fa408.zip
binutils: default to 2.21 on mips(el)
uClibc currently doesn't build on mips(el) with 2.21.1. For details, see: http://lists.uclibc.org/pipermail/uclibc/2011-March/045026.html Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index a867b18b3..f6e34ce5f 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -2,6 +2,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
+ default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel)
default BR2_BINUTILS_VERSION_2_21_1
help
Select the version of binutils you wish to use.