From: Zoltan HERPAI Date: Mon, 20 Aug 2018 16:57:05 +0000 (+0200) Subject: toolchain: use GCC 8 by default for riscv X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=516f70f0f70fb0610ec04cf3a1bf39954f3632ca;p=openwrt%2Fstaging%2Fwigyori.git toolchain: use GCC 8 by default for riscv Signed-off-by: Zoltan HERPAI --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index c3208d372c..90d14db94b 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -3,6 +3,7 @@ choice prompt "GCC compiler Version" if TOOLCHAINOPTS default GCC_USE_VERSION_7_1_ARC if arc + default GCC_USE_VERSION_8 if riscv64 default GCC_USE_VERSION_7 help Select the version of gcc you wish to use.