Browse Source

change default gcc version to 3.4.5

Mike Frysinger 19 năm trước cách đây
mục cha
commit
411ee368b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.