mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libcxxabi: update to 10.0.0
This commit is contained in:
parent
f40e49049e
commit
ce763a0f87
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libcxxabi'
|
# Template file for 'libcxxabi'
|
||||||
pkgname=libcxxabi
|
pkgname=libcxxabi
|
||||||
version=9.0.0
|
version=10.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}.src"
|
wrksrc="${pkgname}-${version}.src"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -8,16 +8,16 @@ configure_args="-DLIBCXXABI_LIBCXX_INCLUDES=../libcxx/include
|
||||||
-DLIBCXXABI_USE_LLVM_UNWINDER=1
|
-DLIBCXXABI_USE_LLVM_UNWINDER=1
|
||||||
-DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
|
-DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
hostmakedepends="llvm9"
|
hostmakedepends="llvm10"
|
||||||
makedepends="llvm9 llvm-libunwind-devel"
|
makedepends="llvm10 llvm-libunwind-devel"
|
||||||
short_desc="Low-level support for libc++ standard library"
|
short_desc="Low-level support for libc++ standard library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="NCSA, MIT"
|
license="NCSA, MIT"
|
||||||
homepage="https://libcxxabi.llvm.org"
|
homepage="https://libcxxabi.llvm.org"
|
||||||
distfiles="https://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz
|
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libcxxabi-${version}.src.tar.xz
|
||||||
https://www.llvm.org/releases/${version}/libcxx-${version}.src.tar.xz"
|
https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libcxx-${version}.src.tar.xz"
|
||||||
checksum="675041783565c906ac2f7f8b2bc5c40f14d871ecfa8ade34855aa18de95530e9
|
checksum="e71bac75a88c9dde455ad3f2a2b449bf745eafd41d2d8432253b2964e0ca14e1
|
||||||
3c4162972b5d3204ba47ac384aa456855a17b5e97422723d4758251acf1ed28c"
|
270f8a3f176f1981b0f6ab8aa556720988872ec2b48ed3b605d0ced8d09156c7"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[67]l)
|
armv[67]l)
|
||||||
|
|
Loading…
Add table
Reference in a new issue