binutils: Use the default version by default on MIPS
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 2 Jul 2014 09:37:29 +0000 (10:37 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Jul 2014 15:10:32 +0000 (17:10 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/binutils/Config.in.host

index 08540a3d8d9768fc97dd201ce63da5e254f5e889..bc21f5e12ff3f6f202e74cf3fc7a1fa2cc1de019 100644 (file)
@@ -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