summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-01 20:45:07 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-01 20:45:07 +0100
commit7c51e3a9bee33f18c6ed2cdbeefded5c6ebac4e1 (patch)
treebf1ccdf77eef43060c35b256355470da73f6cf67
parent5283e1af147b6bd8c58dbaeae3363e02d6af7389 (diff)
Build libunwind.
-rw-r--r--community/libunwind/PKGBUILD2
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')