2
0
Эх сурвалжийг харах

gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc

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

SVN-Revision: 47441
Felix Fietkau 10 жил өмнө
parent
commit
8a22f31c25

+ 1 - 1
toolchain/gcc/Config.in

@@ -2,7 +2,7 @@
 
 
 choice
 choice
 	prompt "GCC compiler Version" if TOOLCHAINOPTS
 	prompt "GCC compiler Version" if TOOLCHAINOPTS
-	default GCC_USE_VERSION_4_6_LINARO if TARGET_octeon
+	default GCC_USE_VERSION_5 if TARGET_octeon
 	default GCC_USE_VERSION_4_8_ARC if arc
 	default GCC_USE_VERSION_4_8_ARC if arc
 	default GCC_USE_VERSION_4_8_LINARO
 	default GCC_USE_VERSION_4_8_LINARO
 	help
 	help