diff options
Diffstat (limited to 'community/libunwind/PKGBUILD')
-rw-r--r-- | community/libunwind/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD index 57cc71112..03c724f3b 100644 --- a/community/libunwind/PKGBUILD +++ b/community/libunwind/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libunwind pkgver=1.1 pkgrel=1 pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/libunwind/' license=('GPL') depends=('glibc' 'xz') |