]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
libunwind: enable it to all targets 20193/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 26 Sep 2025 18:11:29 +0000 (20:11 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
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 <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>
package/libs/libunwind/Makefile

index 8fa2a786c458eaa7480b7dd1aca4ad11e1db2c63..f2363116fc8e203e1302f4db342a770d6940afea 100644 (file)
@@ -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