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 | 0943a959762d9366f432c39e55d3b5279e054e75 (patch) | |
tree | d26f60e3e17bf17dae7ddfdf6610867cbd9b76b1 | |
parent | 2dcb4abe675bf50803e791057f4f5dd6ddfc6eec (diff) | |
download | master-187ad058-0943a959762d9366f432c39e55d3b5279e054e75.tar.gz master-187ad058-0943a959762d9366f432c39e55d3b5279e054e75.tar.bz2 master-187ad058-0943a959762d9366f432c39e55d3b5279e054e75.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47441 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |