diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:10:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:10:53 +0000 |
commit | f7939f5e74edf5e504c609fd852ff163c67d6e36 (patch) | |
tree | e1a4217a1d60fc9dafd00f277993754d570780e9 /toolchain/Config.in | |
parent | 795cab69b3acef4f8eb5ae0f421ef6427b2d5c9b (diff) | |
download | upstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.tar.gz upstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.tar.bz2 upstream-f7939f5e74edf5e504c609fd852ff163c67d6e36.zip |
gcc: remove version 4.6, it is no longer needed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47443
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 2d7fcc11c8..c7072fc17a 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -28,7 +28,6 @@ menuconfig TARGET_OPTIONS config USE_MIPS16 bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS depends on HAS_MIPS16 - depends on !GCC_VERSION_4_6 default y help If your target CPU does support the MIPS16 instruction set |