[toolchain] gcc: use coherent version selector between binutils & gcc
authorNicolas Thill <nico@openwrt.org>
Tue, 19 Jan 2010 13:26:03 +0000 (13:26 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 19 Jan 2010 13:26:03 +0000 (13:26 +0000)
SVN-Revision: 19227

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

index ccaccaf0022487bff7a8f308a5a3fdb8dcf2b423..9562a02c99c35163824a7fb26835ddb91337c587 100644 (file)
@@ -3,7 +3,7 @@
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
        default GCC_VERSION_3_4_6 if LINUX_2_4
 choice
        prompt "GCC compiler Version" if TOOLCHAINOPTS
        default GCC_VERSION_3_4_6 if LINUX_2_4
-       default GCC_VERSION_4_2_4 if TARGET_avr32
+       default GCC_VERSION_4_2_4 if avr32
        default GCC_VERSION_4_2_4 if TARGET_ppc40x
        default GCC_VERSION_4_2_4 if TARGET_ppc44x
        default GCC_VERSION_4_3_3 if powerpc64
        default GCC_VERSION_4_2_4 if TARGET_ppc40x
        default GCC_VERSION_4_2_4 if TARGET_ppc44x
        default GCC_VERSION_4_3_3 if powerpc64
index f4e70178462015ace5fb0e692786bd2421cfcb51..660b10de0a7202c4da18b91dc9bfa6dcc68f12e1 100644 (file)
@@ -56,7 +56,7 @@ if !TOOLCHAINOPTS
 
 if !LINUX_2_4
        config GCC_VERSION_4_2_4
 
 if !LINUX_2_4
        config GCC_VERSION_4_2_4
-               default y if TARGET_avr32
+               default y if avr32
                default y if TARGET_ppc40x
                default y if TARGET_ppc44x
 
                default y if TARGET_ppc40x
                default y if TARGET_ppc44x