[openwrt/openwrt] libunwind: enable it to all targets
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 1 11:25:35 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fca63d04b5075723d001eff788973edd88bcb636
commit fca63d04b5075723d001eff788973edd88bcb636
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Fri Sep 26 20:11:29 2025 +0200
libunwind: enable it to all targets
This commit will enable building for riscv64
and maybe for other platforms such as mipsel64.
Suggested-by: Rosen Penev <rosenp at gmail.com>
in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028
Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/libs/libunwind/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index 8fa2a786c4..f2363116fc 100644
--- 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
More information about the lede-commits
mailing list