aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-17 12:38:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-17 12:38:41 +0000
commit124b8a6dd668399bd3d636ed6c8888c2ff74b188 (patch)
tree0bbc25714100807aeead77d8f3ed396e6c1251a4 /toolchain/gcc/Config.in
parent79452344feffbe2944c196b602790ed8451ea44c (diff)
downloadupstream-124b8a6dd668399bd3d636ed6c8888c2ff74b188.tar.gz
upstream-124b8a6dd668399bd3d636ed6c8888c2ff74b188.tar.bz2
upstream-124b8a6dd668399bd3d636ed6c8888c2ff74b188.zip
gcc: switch to 5.2.0 by default
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47492
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 249a01b509..a8c39d6a09 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -2,9 +2,8 @@
choice
prompt "GCC compiler Version" if TOOLCHAINOPTS
- default GCC_USE_VERSION_5 if TARGET_octeon
default GCC_USE_VERSION_4_8_ARC if arc
- default GCC_USE_VERSION_4_8_LINARO
+ default GCC_USE_VERSION_5
help
Select the version of gcc you wish to use.