From: Waldemar Brodkorb Date: Wed, 2 Jul 2014 15:31:53 +0000 (+0200) Subject: use default binutils for sh architecture X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26974bf6a7c94c0c44722fe072182cfcc49bdb6e;p=buildroot.git use default binutils for sh architecture 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index bc21f5e12f..a58fe93de9 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_sh default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le default BR2_BINUTILS_VERSION_2_22 help