projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e00160
)
libunwind: enable it to all targets
author
Josef Schlehofer
<
[email protected]
>
Fri, 26 Sep 2025 18:11:29 +0000
(20:11 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Wed, 1 Oct 2025 18:23:42 +0000
(20:23 +0200)
This commit will enable building for riscv64
and maybe for other platforms such as mipsel64.
Suggested-by: Rosen Penev <
[email protected]
>
in https://github.com/openwrt/openwrt/pull/3871#issuecomment-
778987028
Signed-off-by: Josef Schlehofer <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/libs/libunwind/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libunwind/Makefile
b/package/libs/libunwind/Makefile
index 8fa2a786c458eaa7480b7dd1aca4ad11e1db2c63..f2363116fc8e203e1302f4db342a770d6940afea 100644
(file)
--- a/
package/libs/libunwind/Makefile
+++ b/
package/libs/libunwind/Makefile
@@
-32,7
+32,7
@@
define Package/libunwind
CATEGORY:=Libraries
TITLE:=The libunwind project
URL:=http://www.nongnu.org/libunwind/
- DEPENDS:=@
((mips||mipsel||mips64||powerpc64||x86_64||arm||aarch64||loongarch64)||(USE_GLIBC&&(powerpc||i386)
)) +zlib
+ DEPENDS:=@
!(USE_MUSL&&(powerpc
)) +zlib
ABI_VERSION:=8
endef