summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.version
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-02-01 16:44:52 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-02-01 16:44:52 +0000
commitf5c304120df626b3536e5cb35ef37108bde7e6e3 (patch)
tree0c7031b57e09745a76a5fe9d7b80b3a2ae9e39d7 /toolchain/gcc/Config.version
parent829fa504f2ecd04619db4b4750a3d7c34b8f8b5b (diff)
downloadmtk-20170518-f5c304120df626b3536e5cb35ef37108bde7e6e3.zip
mtk-20170518-f5c304120df626b3536e5cb35ef37108bde7e6e3.tar.gz
mtk-20170518-f5c304120df626b3536e5cb35ef37108bde7e6e3.tar.bz2
gcc: fix version selection for Magicbox
SVN-Revision: 10345
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r--toolchain/gcc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
index 749dc66..204fc27 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