[toolchain] gcc: fix version selection for Magicbox
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Feb 2008 16:44:52 +0000 (16:44 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 1 Feb 2008 16:44:52 +0000 (16:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10345 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 08dc13e..36e88d6 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 749dc66..204fc27 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
 
 
This page took 0.029765 seconds and 4 git commands to generate.