fix gcc version selection
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Mar 2007 19:26:39 +0000 (19:26 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Mar 2007 19:26:39 +0000 (19:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6556 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/Config.version

index 3bce8354928d391d8166fb4900687aec6b1c4ab3..1b817237b575e8aa1eec63748d2d580a27e8cf31 100644 (file)
@@ -10,7 +10,7 @@ config GCC_VERSION
        default "4.1.2"     if GCC_VERSION_4_1_2
        default "4.2"           if GCC_VERSION_4_2
        default "3.4.6-nonmips"     if GCC_VERSION_3_4_6_nonmips
-       default "4.1.1"
+       default "4.1.2"
 
 if !TOOLCHAINOPTS
        config GCC_VERSION_3_4_6