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=480c8d03e2eeb7fc0b7f5daef2a884ddedf7eb35;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 a069cb69e7..09265e23bc 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_8 if arc + default GCC_USE_VERSION_8 if riscv64 default GCC_USE_VERSION_7 help Select the version of gcc you wish to use.