projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940bc81
)
gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Nov 2015 21:10:39 +0000
(21:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 10 Nov 2015 21:10:39 +0000
(21:10 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47441
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index f14356b1798586253a22dd31e3cab366649c2a4c..0621641e7859eb8bfc361f316e7f2bf2663ee091 100644
(file)
--- 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