libcxxabi: fix cross.

This commit is contained in:
Christian Neukirchen 2016-12-25 15:58:26 +01:00
parent 5adf216739
commit 4df678a841
1 changed files with 1 additions and 1 deletions

View File

@ -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