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.lede-project.org./?a=commitdiff_plain;h=4246cc0fced03703733fa0231db80c80b38c6271;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.