Explorar o código

toolchain/gcc: use 4.8-linaro by default

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39860
Felix Fietkau %!s(int64=11) %!d(string=hai) anos
pai
achega
72d4683627
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      toolchain/gcc/Config.in
  2. 1 1
      toolchain/gcc/Config.version

+ 1 - 1
toolchain/gcc/Config.in

@@ -3,7 +3,7 @@
 choice
 choice
 	prompt "GCC compiler Version" if TOOLCHAINOPTS
 	prompt "GCC compiler Version" if TOOLCHAINOPTS
 	default GCC_USE_VERSION_4_4_7 if avr32
 	default GCC_USE_VERSION_4_4_7 if avr32
-	default GCC_USE_VERSION_4_6_LINARO
+	default GCC_USE_VERSION_4_8_LINARO
 	help
 	help
 	  Select the version of gcc you wish to use.
 	  Select the version of gcc you wish to use.
 
 

+ 1 - 1
toolchain/gcc/Config.version

@@ -3,10 +3,10 @@ config GCC_VERSION_4_4_7
 	bool
 	bool
 
 
 config GCC_VERSION_4_6_LINARO
 config GCC_VERSION_4_6_LINARO
-	default y if (!TOOLCHAINOPTS && !avr32)
 	bool
 	bool
 
 
 config GCC_VERSION_4_8_LINARO
 config GCC_VERSION_4_8_LINARO
+	default y if (!TOOLCHAINOPTS && !avr32)
 	bool
 	bool
 
 
 config GCC_VERSION_4_8_0
 config GCC_VERSION_4_8_0