diff options
Diffstat (limited to 'core/cloog/PKGBUILD')
-rw-r--r-- | core/cloog/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cloog/PKGBUILD b/core/cloog/PKGBUILD index 39645a7e5..f53c19480 100644 --- a/core/cloog/PKGBUILD +++ b/core/cloog/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cloog pkgver=0.16.2 pkgrel=1 pkgdesc="Library that generates loops for scanning polyhedra" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.bastoul.net/cloog/" license=('GPL') depends=('isl' 'gmp') |