binutils: default to 2.21 on sh
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Aug 2011 22:13:20 +0000 (00:13 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Aug 2011 22:13:20 +0000 (00:13 +0200)
uClibc currently doesn't build on sh with 2.21.1, similar to the mips
issue (92496e0).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/binutils/Config.in.host

index f6e34ce5fd83b058d9bd1c99fc608b820c8ef491..7de59f006a0443e5b3ec4ef8e2c3376697b92ad2 100644 (file)
@@ -2,7 +2,7 @@ comment "Binutils Options"
 
 choice
        prompt "Binutils Version"
-       default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel)
+       default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh)
        default BR2_BINUTILS_VERSION_2_21_1
        help
          Select the version of binutils you wish to use.