aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-18 12:04:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-18 12:04:40 +0000
commit99392df05aa0d9268fa18ad3227a92f247d4ec95 (patch)
tree467f452cc7e342ec3a166b0f5489c8a596900cbd /toolchain/gcc/Config.in
parent5bca958995b10d121b09e24a88bbe895433f4043 (diff)
downloadmaster-187ad058-99392df05aa0d9268fa18ad3227a92f247d4ec95.tar.gz
master-187ad058-99392df05aa0d9268fa18ad3227a92f247d4ec95.tar.bz2
master-187ad058-99392df05aa0d9268fa18ad3227a92f247d4ec95.zip
toolchain: get rid of gcc kconfig symbol overloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in22
1 files changed, 14 insertions, 8 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 7becaa8a30..e8ca941108 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -2,28 +2,34 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
- default GCC_VERSION_4_4_7 if GCC_DEFAULT_VERSION_4_4_7
- default GCC_VERSION_4_6_LINARO
+ default GCC_USE_VERSION_4_4_7 if GCC_DEFAULT_VERSION_4_4_7
+ default GCC_USE_VERSION_4_6_LINARO
help
Select the version of gcc you wish to use.
- config GCC_VERSION_4_4_7
+ config GCC_USE_VERSION_4_4_7
+ select GCC_VERSION_4_4_7
bool "gcc 4.4.7"
depends on avr32
- config GCC_VERSION_4_6_3
+ config GCC_USE_VERSION_4_6_3
+ select GCC_VERSION_4_6_3
bool "gcc 4.6.3"
- config GCC_VERSION_4_7_2
+ config GCC_USE_VERSION_4_7_2
+ select GCC_VERSION_4_7_2
bool "gcc 4.7.2"
- config GCC_VERSION_4_6_LINARO
+ config GCC_USE_VERSION_4_6_LINARO
+ select GCC_VERSION_4_6_LINARO
bool "gcc 4.6.x with Linaro enhancements"
- config GCC_VERSION_4_7_LINARO
+ config GCC_USE_VERSION_4_7_LINARO
+ select GCC_VERSION_4_7_LINARO
bool "gcc 4.7.x with Linaro enhancements"
- config GCC_VERSION_4_8_0
+ config GCC_USE_VERSION_4_8_0
+ select GCC_VERSION_4_8_0
bool "gcc 4.8.0"
endchoice