[openwrt/openwrt] bunwind: build for ARM64

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 10 11:31:37 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b6d6e3fdf117710c1753d280dd3040e745f37786

commit b6d6e3fdf117710c1753d280dd3040e745f37786
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Feb 5 22:43:02 2018 +0100

    bunwind: build for ARM64
    
    ARM64 is supported by libunwind since some versions, allow building it
    for aarch64.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/libs/libunwind/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libs/libunwind/Makefile b/package/libs/libunwind/Makefile
index bbc3d6c..ddb467f 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||powerpc||i386||x86_64||arm)
+  DEPENDS:=@(mips||mipsel||powerpc||i386||x86_64||arm||aarch64)
 endef
 
 define Package/libunwind/description



More information about the lede-commits mailing list