summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Schlehofer2025-09-26 18:11:29 +0000
committerHauke Mehrtens2025-10-01 18:23:42 +0000
commitfca63d04b5075723d001eff788973edd88bcb636 (patch)
tree6e0cfeb3bd9028545d7783d4396ea6c9e10b43e2
parent1e00160a8fdcbe2dc8ce898febfe4338ba2fe890 (diff)
downloadopenwrt-fca63d04b5075723d001eff788973edd88bcb636.tar.gz
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@gmail.com> in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20193 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/libs/libunwind/Makefile2
1 files changed, 1 insertions, 1 deletions
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