libcxxabi: update to 9.0.0

This commit is contained in:
q66 2019-09-23 00:38:01 +02:00 committed by Helmut Pozimski
parent 172d4b8f5a
commit 7e3076b481

View file

@ -1,6 +1,6 @@
# Template file for 'libcxxabi'
pkgname=libcxxabi
version=8.0.0
version=9.0.0
revision=1
wrksrc="${pkgname}-${version}.src"
build_style=cmake
@ -8,16 +8,16 @@ configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../libcxx/include
-DLIBCXXABI_USE_LLVM_UNWINDER=1
-DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
make_build_args="VERBOSE=1"
hostmakedepends="llvm8"
makedepends="llvm8 llvm-libunwind-devel"
hostmakedepends="llvm9"
makedepends="llvm9 llvm-libunwind-devel"
short_desc="Low-level support for libc++ standard library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="NCSA, MIT"
homepage="https://libcxxabi.llvm.org"
distfiles="https://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz
https://www.llvm.org/releases/${version}/libcxx-${version}.src.tar.xz"
checksum="c2d6de9629f7c072ac20ada776374e9e3168142f20a46cdb9d6df973922b07cd
c2902675e7c84324fb2c1e45489220f250ede016cc3117186785d9dc291f9de2"
checksum="675041783565c906ac2f7f8b2bc5c40f14d871ecfa8ade34855aa18de95530e9
3c4162972b5d3204ba47ac384aa456855a17b5e97422723d4758251acf1ed28c"
case "$XBPS_TARGET_MACHINE" in
armv[67]l)