summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-01 16:44:52 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-01 16:44:52 +0000
commit829c17fac95a174833bddcbb6ecf8d5c67c21bca (patch)
tree50ea61e8c1221495c2daafba92fe9d6ae25e189d /toolchain/gcc/Config.in
parentacd8e19e5deba7f94978386e182639b31eea651a (diff)
[toolchain] gcc: fix version selection for Magicbox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 08dc13e0c..36e88d695 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -3,7 +3,7 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
default GCC_VERSION_3_4_6 if LINUX_2_4
- default GCC_VERSION_4_2_0 if LINUX_2_6_MAGICBOX
+ default GCC_VERSION_4_2_0 if TARGET_magicbox
default GCC_VERSION_4_1_2
help
Select the version of gcc you wish to use.