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 | fd538d6349fa50525ff6065dabfa98715b6c3058 (patch) | |
tree | 8bc527759761cde66ee3309b1774c4a02e477d7e /toolchain/binutils | |
parent | 992a1863375103c2fe280b859e6e47f58b8009f0 (diff) | |
download | upstream-fd538d6349fa50525ff6065dabfa98715b6c3058.tar.gz upstream-fd538d6349fa50525ff6065dabfa98715b6c3058.tar.bz2 upstream-fd538d6349fa50525ff6065dabfa98715b6c3058.zip |
ubicom32 isn't supported with binutils 2.18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19632 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-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 |