libcxxabi: update to 10.0.0

This commit is contained in:
q66 2020-05-08 20:11:42 +02:00 committed by Daniel Kolesa
parent f40e49049e
commit ce763a0f87

View file

@ -1,6 +1,6 @@
# Template file for 'libcxxabi'
pkgname=libcxxabi
version=9.0.0
version=10.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="llvm9"
makedepends="llvm9 llvm-libunwind-devel"
hostmakedepends="llvm10"
makedepends="llvm10 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="675041783565c906ac2f7f8b2bc5c40f14d871ecfa8ade34855aa18de95530e9
3c4162972b5d3204ba47ac384aa456855a17b5e97422723d4758251acf1ed28c"
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libcxxabi-${version}.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libcxx-${version}.src.tar.xz"
checksum="e71bac75a88c9dde455ad3f2a2b449bf745eafd41d2d8432253b2964e0ca14e1
270f8a3f176f1981b0f6ab8aa556720988872ec2b48ed3b605d0ced8d09156c7"
case "$XBPS_TARGET_MACHINE" in
armv[67]l)