diff options
Diffstat (limited to 'community/avr-gdb')
-rw-r--r-- | community/avr-gdb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/avr-gdb/PKGBUILD b/community/avr-gdb/PKGBUILD index 4cb5e63e2..29aaf49f7 100644 --- a/community/avr-gdb/PKGBUILD +++ b/community/avr-gdb/PKGBUILD @@ -10,7 +10,7 @@ _pkgname=gdb pkgver=7.5.1 pkgrel=1 pkgdesc="The GNU Debugger for AVR" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gdb/" license=('GPL3') depends=('python2') |