diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-02-01 16:44:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-02-01 16:44:52 +0000 |
commit | f5c304120df626b3536e5cb35ef37108bde7e6e3 (patch) | |
tree | 0c7031b57e09745a76a5fe9d7b80b3a2ae9e39d7 /toolchain/gcc/Config.version | |
parent | 829fa504f2ecd04619db4b4750a3d7c34b8f8b5b (diff) | |
download | upstream-f5c304120df626b3536e5cb35ef37108bde7e6e3.tar.gz upstream-f5c304120df626b3536e5cb35ef37108bde7e6e3.tar.bz2 upstream-f5c304120df626b3536e5cb35ef37108bde7e6e3.zip |
gcc: fix version selection for Magicbox
SVN-Revision: 10345
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 749dc66056..204fc273e7 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 |