From: Vicente Olivert Riera Date: Wed, 2 Jul 2014 09:37:29 +0000 (+0100) Subject: binutils: Use the default version by default on MIPS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f1cf344d90ea3eabf292b04d993a7be2a785dd6;p=buildroot.git binutils: Use the default version by default on MIPS Signed-off-by: Vicente Olivert Riera Reviewed-by: Markos Chandras Signed-off-by: Peter Korsgaard --- diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 08540a3d8d..bc21f5e12f 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -3,7 +3,7 @@ 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_21 if BR2_sh default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le default BR2_BINUTILS_VERSION_2_22 help