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 c73b689a2..127481e59 100644 --- a/core/cloog/PKGBUILD +++ b/core/cloog/PKGBUILD @@ -5,7 +5,7 @@ pkgname=cloog pkgver=0.17.0 pkgrel=2 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') |