diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-15 09:36:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-15 09:36:03 +0000 |
commit | 9df6b68bfa3ee926e746a7ada73cb96775208708 (patch) | |
tree | ba403970615ac26106f42e5a2a2477ce27e7f3b6 | |
parent | 98e41f341ef0a9da390b4b2dc05278b8523d9321 (diff) | |
download | upstream-9df6b68bfa3ee926e746a7ada73cb96775208708.tar.gz upstream-9df6b68bfa3ee926e746a7ada73cb96775208708.tar.bz2 upstream-9df6b68bfa3ee926e746a7ada73cb96775208708.zip |
ubicom32 isn't supported with binutils 2.18
SVN-Revision: 19632
-rw-r--r-- | toolchain/binutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 65bc9c9806..c9a1eb638a 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -8,6 +8,7 @@ choice Select the version of binutils you wish to use. config BINUTILS_VERSION_2_18 + depends !ubicom32 bool "binutils 2.18" config BINUTILS_VERSION_2_19_1 |