From: Felix Fietkau Date: Thu, 28 Apr 2005 21:21:16 +0000 (+0000) Subject: add hidden config value for gcc 3.4+ X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=cca4d385ac2b89059513855581200edb9b461de2 add hidden config value for gcc 3.4+ SVN-Revision: 747 --- diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index c6ea128f31..e618bc67bc 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/toolchain/gcc/Config.in @@ -6,6 +6,11 @@ if CONFIG_DEVEL comment "Gcc Options" endif + +config BR2_GCC_3_4 + bool + default n + choice prompt "GCC compiler Version" if CONFIG_DEVEL default BR2_GCC_VERSION_3_3_5 @@ -23,15 +28,19 @@ choice config BR2_GCC_VERSION_3_4_0 bool "gcc 3.4.0" + select BR2_GCC_3_4 config BR2_GCC_VERSION_3_4_1 bool "gcc 3.4.1" + select BR2_GCC_3_4 config BR2_GCC_VERSION_3_4_2 bool "gcc 3.4.2" + select BR2_GCC_3_4 config BR2_GCC_VERSION_3_4_3 bool "gcc 3.4.3" + select BR2_GCC_3_4 endchoice