summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae56bb21a54c..312fa8807c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
gccver=92
pkgname=arm-none-eabi-bin-$gccver-complete
pkgver=9_2019_q4_major
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, includes GDB)"
-arch=('x86_64')
+arch=('x86_64' 'i686')
depends=('glibc')
optdepend=('python2')
provides=("gcc-arm-none-eabi" "gcc-arm-none-eabi-$gccver"