projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0f25f
)
config: allow using mold on riscv64
author
Robert Marko
<
[email protected]
>
Wed, 23 Apr 2025 11:07:13 +0000
(13:07 +0200)
committer
Robert Marko
<
[email protected]
>
Wed, 23 Apr 2025 20:01:06 +0000
(22:01 +0200)
Mold supports 32 and 64 bit RISC-V, but since we only support the 64 bit
version allow using mold on it.
Link:
https://github.com/openwrt/openwrt/pull/18575
Signed-off-by: Robert Marko <
[email protected]
>
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index 7f23bad90c4fd9194636b3db64b400b77d641933..710a6489fbce9e96f2ab8b5c59d3dc22fb9a4c3c 100644
(file)
--- a/
config/Config-build.in
+++ b/
config/Config-build.in
@@
-174,7
+174,7
@@
menu "Global build settings"
Packages can choose to opt-out via setting PKG_BUILD_FLAGS:=no-lto
config MOLD
- depends on (aarch64 || arm || i386 || i686 || loongarch64 || m68k || powerpc || powerpc64 || sh4 || x86_64)
+ depends on (aarch64 || arm || i386 || i686 || loongarch64 || m68k || powerpc || powerpc64 ||
riscv64 ||
sh4 || x86_64)
depends on !GCC_USE_VERSION_11
def_bool $(shell, ./config/check-hostcxx.sh 10 2 12)