[toolchain] gcc: fix version selection for Magicbox
authorGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2008 16:44:52 +0000 (16:44 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 1 Feb 2008 16:44:52 +0000 (16:44 +0000)
SVN-Revision: 10345

toolchain/gcc/Config.in
toolchain/gcc/Config.version

index 08dc13e0c8ff12f8c79d2123065faf4eb4e96274..36e88d6952f86c7df8d999e502c980f255108fa9 100644 (file)
@@ -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.
index 749dc66056e302a7dbc04862ee99478b67a41d4a..204fc273e7b5e53b9b7bc6594ac8b074444b8ac0 100644 (file)
@@ -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