diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-16 00:13:20 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-16 00:13:20 +0200 |
commit | 57fb63e34d7816d82d7f8947dfde2edc9e739e50 (patch) | |
tree | 0715d9c9b6ad465df3eb15cee97a423d3023f0fe /package | |
parent | 3037dba2f11f5576dfbe3152f8e1e2bf7b1e6c21 (diff) |
binutils: default to 2.21 on sh
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index f6e34ce5f..7de59f006 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -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. |