summaryrefslogtreecommitdiffstats
path: root/toolchain
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
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')
-rw-r--r--toolchain/gcc/Config.in2
-rw-r--r--toolchain/gcc/Config.version2
2 files changed, 2 insertions, 2 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.
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 749dc6605..204fc273e 100644
--- a/toolchain/gcc/Config.version
+++ b/toolchain/gcc/Config.version
@@ -12,7 +12,7 @@ if !TOOLCHAINOPTS
default y if LINUX_2_4
config GCC_VERSION_4_2_0
- default y if @TARGET_magicbox
+ default y if TARGET_magicbox
endif