libunwind: enable it to all targets
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run

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>
This commit is contained in:
Josef Schlehofer 2025-09-26 20:11:29 +02:00 committed by Hauke Mehrtens
parent 1e00160a8f
commit fca63d04b5

View 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