diff options
Diffstat (limited to 'community/avr-binutils/PKGBUILD')
-rw-r--r-- | community/avr-binutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index 18ef8f9e6..c5a99cd29 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 _pkgname=binutils _date=20120323 pkgdesc="A set of programs to assemble and manipulate binary and object files for the avr architecture" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/binutils/" license=('GPL') depends=('glibc>=2.15' 'zlib') |