libcxxabi: nocross
This commit is contained in:
parent
3ccdfe4740
commit
4a8be3348d
1 changed files with 2 additions and 1 deletions
|
@ -11,12 +11,13 @@ hostmakedepends="llvm7"
|
||||||
makedepends="llvm7 llvm-libunwind-devel"
|
makedepends="llvm7 llvm-libunwind-devel"
|
||||||
short_desc="Low-level support for libc++ standard library"
|
short_desc="Low-level support for libc++ standard library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://libcxxabi.llvm.org"
|
|
||||||
license="NCSA, MIT"
|
license="NCSA, MIT"
|
||||||
|
homepage="https://libcxxabi.llvm.org"
|
||||||
distfiles="https://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz
|
distfiles="https://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz
|
||||||
https://www.llvm.org/releases/${version}/libcxx-${version}.src.tar.xz"
|
https://www.llvm.org/releases/${version}/libcxx-${version}.src.tar.xz"
|
||||||
checksum="8168903a157ca7ab8423d3b974eaa497230b1564ceb57260be2bd14412e8ded8
|
checksum="8168903a157ca7ab8423d3b974eaa497230b1564ceb57260be2bd14412e8ded8
|
||||||
020002618b319dc2a8ba1f2cba88b8cc6a209005ed8ad29f9de0c562c6ebb9f1"
|
020002618b319dc2a8ba1f2cba88b8cc6a209005ed8ad29f9de0c562c6ebb9f1"
|
||||||
|
nocross="error: invalid operands of types 'char [8]' and 'const uint64_t'"
|
||||||
|
|
||||||
# Aarch64 fails to build with gcc
|
# Aarch64 fails to build with gcc
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue