summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-07-30 12:26:28 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-07-30 12:26:28 +0000
commit1181536e69ed9343232431d0f36412be7fbc030b (patch)
tree92c890a6a4482a5f0f64cecfe3529177c5c5af6c /toolchain/gcc/Config.in
parent2b8e0918c9762091dc5d49c66ee518fb8d799560 (diff)
downloadmtk-20170518-1181536e69ed9343232431d0f36412be7fbc030b.zip
mtk-20170518-1181536e69ed9343232431d0f36412be7fbc030b.tar.gz
mtk-20170518-1181536e69ed9343232431d0f36412be7fbc030b.tar.bz2
add gcc 4.2.1
SVN-Revision: 8223
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 2c0a982..4ae2ab9 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -19,6 +19,10 @@ choice
depends !LINUX_2_4
bool "gcc 4.2.0"
+ config GCC_VERSION_4_2_1
+ depends !LINUX_2_4
+ bool "gcc 4.2.1"
+
endchoice
config EXTRA_GCC_CONFIG_OPTIONS