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 78e1c30c6..0fbb6721c 100644 --- a/community/gcc-avr/PKGBUILD +++ b/community/gcc-avr/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gcc-avr pkgver=4.6.0 pkgrel=3 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') |