diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:10:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:10:39 +0000 |
commit | 8a22f31c2528226926cef72d6507e7f20957def5 (patch) | |
tree | 085b9d88499077ff1219e8763ead4c2c4716b416 | |
parent | 940bc81bc2dee35f01c7ca6e5e588f62a20b82f8 (diff) | |
download | master-31e0f0ae-8a22f31c2528226926cef72d6507e7f20957def5.tar.gz master-31e0f0ae-8a22f31c2528226926cef72d6507e7f20957def5.tar.bz2 master-31e0f0ae-8a22f31c2528226926cef72d6507e7f20957def5.zip |
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
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index f14356b179..0621641e78 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -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 |