diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-10-25 09:16:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-10-25 09:16:31 +0000 |
commit | 34b4f11508d812728ae6645071884d79250972fe (patch) | |
tree | 5189ef5843fcdfc82281ec0d49a6a49a370d359b /toolchain/gcc/Config.in | |
parent | c526a608f8e4b9c51236ef42a021555d5415fce1 (diff) | |
download | upstream-34b4f11508d812728ae6645071884d79250972fe.tar.gz upstream-34b4f11508d812728ae6645071884d79250972fe.tar.bz2 upstream-34b4f11508d812728ae6645071884d79250972fe.zip |
add gcc 4.2.2
SVN-Revision: 9443
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ebacf6982e..08dc13e0c8 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -23,6 +23,10 @@ choice depends !LINUX_2_4 bool "gcc 4.2.1" + config GCC_VERSION_4_2_2 + depends !LINUX_2_4 + bool "gcc 4.2.2" + endchoice config EXTRA_GCC_CONFIG_OPTIONS |