community/llvm-libunwind: add ppc64le support

Backported patches [1][2] that add support for
llvm-libunwind[3] on ppc64le.

[1] dc25db1eb7a3cbe5c1b58f5225606efe9218ccd0
[2] 2b4c5e067b7259ae5d60553c62e309a1780df570
[3] https://github.com/llvm-mirror/libunwind
This commit is contained in:
Roberto Oliveira 2018-04-02 20:36:39 +00:00
parent 9ccdb70ea2
commit fe4d9e5d37
2 changed files with 1508 additions and 3 deletions

View File

@ -8,12 +8,13 @@ _llvmver=${pkgver%%.*}
pkgrel=0
pkgdesc="LLVM version of libunwind library"
url="http://llvm.org/"
arch="all !ppc64le !s390x"
arch="all !s390x"
license="BSD"
depends_dev="!libunwind-dev"
makedepends="cmake llvm$_llvmver-dev"
subpackages="$pkgname-dev"
source="https://www.llvm.org/releases/$pkgver/$_pkgname-$pkgver.src.tar.xz"
source="https://www.llvm.org/releases/$pkgver/$_pkgname-$pkgver.src.tar.xz
ppc64le-support.patch"
builddir="$srcdir/$_pkgname-$pkgver.src"
options="!check"
@ -42,4 +43,5 @@ package() {
cp include/*.h "$pkgdir"/usr/include/
}
sha512sums="6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49 libunwind-5.0.1.src.tar.xz"
sha512sums="6c0f7a286c1ffa46769685ee36604cd90ed40470e1c3d3ef03c46bcc9e5f9e36e68a0a1f67b9b300823170b48c9b8d2db4625afd885f1d024905db1dffd9fc49 libunwind-5.0.1.src.tar.xz
16ebe254c1aa72e6ab350f97a6c4dbfcedb6c014452f8d483b082269ce3be9ef3e96c0c6edc22cc1bac70b59c119b362729ac0d51539f3e255250a86b688f726 ppc64le-support.patch"

File diff suppressed because it is too large Load Diff