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:
b076591
)
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>
Mon, 26 Aug 2019 10:53:32 +0000
(12:53 +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 0977f9b4e725729dbb6ebae437aad3dfc00e33a0..40a6348e18f11f1943902d5eb91eb3018be39c45 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_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.