diff options
Diffstat (limited to 'core/make/PKGBUILD')
-rw-r--r-- | core/make/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD index 8a3be4a9b..cbc6f77c1 100644 --- a/core/make/PKGBUILD +++ b/core/make/PKGBUILD @@ -6,7 +6,7 @@ pkgname=make pkgver=3.82 pkgrel=5 pkgdesc="GNU make utility to maintain groups of programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/make" license=('GPL3') groups=('base-devel') |