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:
bba3d92
)
toolchain: use GCC 8 by default for riscv
author
Zoltan HERPAI
<
[email protected]
>
Mon, 20 Aug 2018 16:57:05 +0000
(18:57 +0200)
committer
Zoltan HERPAI
<
[email protected]
>
Mon, 13 May 2019 22:44:47 +0000
(
00:44
+0200)
Signed-off-by: Zoltan HERPAI <
[email protected]
>
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index a069cb69e7b633f8a3a8e10e5084556a3b751268..09265e23bc69dbe4132d12a0dc3271c09b4b6bfc 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.