diff options
Diffstat (limited to 'community/llvm/PKGBUILD')
-rw-r--r-- | community/llvm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/llvm/PKGBUILD b/community/llvm/PKGBUILD index 99ea6e4a7..ad8dc556b 100644 --- a/community/llvm/PKGBUILD +++ b/community/llvm/PKGBUILD @@ -13,7 +13,7 @@ pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer') pkgver=2.9 _gcc_ver=4.6.0 pkgrel=4 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://llvm.org/" license=('custom:University of Illinois/NCSA Open Source License') makedepends=('gcc-libs' 'libffi' 'python2' 'ocaml' "gcc=$_gcc_ver") |