diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-06 10:07:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-06 10:07:03 +0000 |
commit | 400fb6cadc65746c57b01a8cdec63885f3c3db8c (patch) | |
tree | 9b1bacdcac0d45dc4bd6be9df8f43cfe6ffe24c2 /toolchain/gcc/Config.in | |
parent | edb5d7511bd76a091b1f52d757520cc2e1762590 (diff) | |
download | upstream-400fb6cadc65746c57b01a8cdec63885f3c3db8c.tar.gz upstream-400fb6cadc65746c57b01a8cdec63885f3c3db8c.tar.bz2 upstream-400fb6cadc65746c57b01a8cdec63885f3c3db8c.zip |
gcc: remove version 4.9-linaro
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46798
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 8a68056e9a..2d4400afb4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -15,11 +15,6 @@ choice select GCC_VERSION_4_8_LINARO bool "gcc 4.8.x with Linaro enhancements" - config GCC_USE_VERSION_4_9_LINARO - select GCC_VERSION_4_9_LINARO - bool "gcc 4.9.x with Linaro enhancements" - depends on BROKEN - config GCC_USE_VERSION_5 select GCC_VERSION_5 bool "gcc 5.x" |