[Buildroot] [PATCH v2] use default binutils for sh architecture

Waldemar Brodkorb wbx at openadk.org
Wed Jul 2 15:10:41 UTC 2014


Tested toolchain compiles with binutils 2.22 and 2.24.
Result tested in Qemu 2.0.0. (only little endian version
tested)

---
 Changes v1 -> v2:
   - split binutils and kernel patch (requested via #buildroot)

Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
---
 package/binutils/Config.in.host |    1 -
 1 file changed, 1 deletion(-)

diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 08540a3..a58fe93 100644
--- 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_mips || BR2_mipsel || BR2_sh)
 	default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
 	default BR2_BINUTILS_VERSION_2_22
 	help
-- 
1.7.10.4




More information about the buildroot mailing list