Przeglądaj źródła

fix gcc version selection

SVN-Revision: 6556
Imre Kaloz 19 lat temu
rodzic
commit
e50a89989b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      toolchain/gcc/Config.version

+ 1 - 1
toolchain/gcc/Config.version

@@ -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