From 4df678a841d5d0847944315fdb1e0557244714ed Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 25 Dec 2016 15:58:26 +0100 Subject: [PATCH] libcxxabi: fix cross. --- srcpkgs/libcxxabi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcxxabi/template b/srcpkgs/libcxxabi/template index 1f4f2cbec0..4a4cabf5ea 100644 --- a/srcpkgs/libcxxabi/template +++ b/srcpkgs/libcxxabi/template @@ -6,6 +6,7 @@ wrksrc="${pkgname}-${version}.src" build_style=cmake configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../libcxx/include" make_build_args="VERBOSE=1" +hostmakedepends="llvm" makedepends="llvm llvm-libunwind-devel" LDFLAGS="-Wl,--no-as-needed -lunwind -Wl,--as-needed" short_desc="Low-level support for libc++ standard library" @@ -18,7 +19,6 @@ checksum="920d8be32e6f5574a3fb293f93a31225eeba15086820fcb942155bf50dc029e2 25e615e428f60e651ed09ffd79e563864e3f4bc69a9e93ee41505c419d1a7461" case "$XBPS_TARGET_MACHINE" in - aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/3082/steps/shell_3/logs/stdio";; arm*) broken="Wierd EHABI defines break it";; esac