diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:46:41 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-04-01 15:46:41 +0000 |
commit | 2a390f57063976c854b9bacf88c6bd8afa6d018f (patch) | |
tree | bb6aacced4ebef73824814586d06e06e07f28f57 /toolchain/gcc/Config.in | |
parent | 48612b3b4a4546d2fcbf4cd9d25d1e0ce907900e (diff) | |
download | upstream-2a390f57063976c854b9bacf88c6bd8afa6d018f.tar.gz upstream-2a390f57063976c854b9bacf88c6bd8afa6d018f.tar.bz2 upstream-2a390f57063976c854b9bacf88c6bd8afa6d018f.zip |
drop 4.5 support
SVN-Revision: 36149
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 6cfde541d6..b528586aa4 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -17,9 +17,6 @@ choice config GCC_VERSION_4_7_2 bool "gcc 4.7.2" - config GCC_VERSION_4_5_LINARO - bool "gcc 4.5.x with Linaro enhancements" - config GCC_VERSION_4_6_LINARO bool "gcc 4.6.x with Linaro enhancements" |