diff options
Diffstat (limited to 'community/gcc-avr/PKGBUILD')
-rw-r--r-- | community/gcc-avr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gcc-avr/PKGBUILD b/community/gcc-avr/PKGBUILD index db977e4d4..045c1f17f 100644 --- a/community/gcc-avr/PKGBUILD +++ b/community/gcc-avr/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gcc-avr pkgver=4.6.2 pkgrel=1 pkgdesc="The GNU avr Compiler Collection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'custom') url="http://gcc.gnu.org/" depends=('binutils-avr>=2.21' 'cloog' 'ppl' 'gcc-libs>=4.6.0' 'libmpc') |