1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 07:38:28 +02:00

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

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47441
This commit is contained in:
Felix Fietkau 2015-11-10 21:10:39 +00:00
parent 940bc81bc2
commit 8a22f31c25

View File

@ -2,7 +2,7 @@
choice
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_LINARO
help