Sfoglia il codice sorgente

change default gcc version to 3.4.5

Mike Frysinger 19 anni fa
parent
commit
411ee368b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolchain/gcc/Config.in

+ 1 - 1
toolchain/gcc/Config.in

@@ -4,7 +4,7 @@ comment "Gcc Options"
 
 choice
 	prompt "GCC compiler Version"
-	default BR2_GCC_VERSION_3_4_2
+	default BR2_GCC_VERSION_3_4_5
 	help
 	  Select the version of gcc you wish to use.