mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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
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:
parent
1e00160a8f
commit
fca63d04b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue