diff options
Diffstat (limited to 'community/intel-tbb/PKGBUILD')
-rw-r--r-- | community/intel-tbb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD index da92c34d0..b93442377 100644 --- a/community/intel-tbb/PKGBUILD +++ b/community/intel-tbb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=intel-tbb pkgver=4.1_20120718 pkgrel=1 pkgdesc='High level abstract threading library' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.threadingbuildingblocks.org/' license=('GPL') depends=('gcc-libs') |