projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a211a
)
binutils: default to 2.22
author
Peter Korsgaard
<peter@korsgaard.com>
Sun, 6 Oct 2013 21:45:10 +0000
(23:45 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 6 Oct 2013 21:48:31 +0000
(23:48 +0200)
2.21.1 is getting quite old, the linker issues with 2.22 seems to be
(mostly?) sorted out by now and armhf needs 2.22+, so let's bump the
default version.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/binutils/Config.in.host
patch
|
blob
|
history
diff --git
a/package/binutils/Config.in.host
b/package/binutils/Config.in.host
index c2d24953620b73801533033b1384338c68e2ced0..8f1959706048d99f37da52dcb0c1da3c633e62fb 100644
(file)
--- a/
package/binutils/Config.in.host
+++ b/
package/binutils/Config.in.host
@@
-4,7
+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_2
1_1
+ default BR2_BINUTILS_VERSION_2_2
2
help
Select the version of binutils you wish to use.