summaryrefslogtreecommitdiff
path: root/community/arm-elf-binutils
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-10-11 18:31:06 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-10-11 18:31:06 -0500
commit1221808813e7daf99cbf9cd4491e9a510dad376c (patch)
tree5a95954b67930a103aa2cdc92053b8c286d8283c /community/arm-elf-binutils
parentd53c17bfc7766efa4bcb43eecc2906938d3d2ee9 (diff)
Add mips64el in archs
Diffstat (limited to 'community/arm-elf-binutils')
-rw-r--r--community/arm-elf-binutils/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arm-elf-binutils/PKGBUILD b/community/arm-elf-binutils/PKGBUILD
index ac242c134..06b81f00e 100644
--- a/community/arm-elf-binutils/PKGBUILD
+++ b/community/arm-elf-binutils/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.22
pkgrel=1
_xprefix=/usr
pkgdesc="A set of programs to assemble and manipulate binary and object files"
-arch=(i686 x86_64)
+arch=(i686 x86_64 mips64el)
license=(GPL)
options=(!libtool)
url="http://sources.redhat.com/binutils"