diff options
Diffstat (limited to 'community/mingw32-binutils')
-rw-r--r-- | community/mingw32-binutils/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD index 930f97380..d5d575891 100644 --- a/community/mingw32-binutils/PKGBUILD +++ b/community/mingw32-binutils/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mingw32-binutils pkgver=2.22 pkgrel=1 _uprel=1 -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/" pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw)" depends=('glibc' 'zlib') |