Forráskód Böngészése

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 <[email protected]>
in https://github.com/openwrt/openwrt/pull/3871#issuecomment-778987028

Signed-off-by: Josef Schlehofer <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20193
Signed-off-by: Hauke Mehrtens <[email protected]>
Josef Schlehofer 3 hónapja
szülő
commit
fca63d04b5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      package/libs/libunwind/Makefile

+ 1 - 1
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