diff options
Diffstat (limited to 'core/binutils/PKGBUILD')
-rw-r--r-- | core/binutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index a33ac2048..655c19c7e 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -7,7 +7,7 @@ pkgname=binutils pkgver=2.23.2 pkgrel=2 pkgdesc="A set of programs to assemble and manipulate binary and object files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/binutils/" license=('GPL') groups=('base-devel') |