projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a7b448
)
toolchain: use GCC 8 by default for riscv
author
Zoltan HERPAI
<wigyori@uid0.hu>
Mon, 20 Aug 2018 16:57:05 +0000
(18:57 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Thu, 4 Oct 2018 15:21:54 +0000
(17:21 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index c3208d372cf938f6c66f4784057907b5115a6506..90d14db94b3d2c51bf209bacb4a54b1f3a71d567 100644
(file)
--- 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.