projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325dce5
)
use default binutils for sh architecture
author
Waldemar Brodkorb
<wbx@openadk.org>
Wed, 2 Jul 2014 15:31:53 +0000
(17:31 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 10 Jul 2014 12:39:40 +0000
(14:39 +0200)
Tested toolchain compiles with binutils 2.22 and 2.24.
Result tested in Qemu 2.0.0. (only little endian version
tested)
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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 bc21f5e12ff3f6f202e74cf3fc7a1fa2cc1de019..a58fe93de99af272b0717ca3124ece2bed1f052b 100644
(file)
--- a/
package/binutils/Config.in.host
+++ b/
package/binutils/Config.in.host
@@
-3,7
+3,6
@@
comment "Binutils Options"
choice
prompt "Binutils Version"
depends on !BR2_arc
- default BR2_BINUTILS_VERSION_2_21 if BR2_sh
default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
default BR2_BINUTILS_VERSION_2_22
help