diff options
Diffstat (limited to 'community/sdcc')
-rw-r--r-- | community/sdcc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sdcc/PKGBUILD b/community/sdcc/PKGBUILD index 6a21c4821..8b43b2ade 100644 --- a/community/sdcc/PKGBUILD +++ b/community/sdcc/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sdcc pkgver=3.2.0 pkgrel=2 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('bash' 'gcc-libs' 'boost-libs') makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') |