projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c578d2c
)
binutils: default to 2.21 on mips(el)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Aug 2011 16:56:47 +0000
(18:56 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 8 Aug 2011 16:56:47 +0000
(18:56 +0200)
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>
package/binutils/Config.in.host
patch
|
blob
|
history
diff --git
a/package/binutils/Config.in.host
b/package/binutils/Config.in.host
index a867b18b37a8513615d58b6c0d0307ded98bec8b..f6e34ce5fd83b058d9bd1c99fc608b820c8ef491 100644
(file)
--- 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.