summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Duell2021-03-11 13:19:57 +0100
committerMichael Duell2021-03-11 13:19:57 +0100
commitaae3ef193df8128a2a5b2e09958fcb2e87f56d71 (patch)
tree4c9ab909dd5b443b9e9b5df357f4d59468bbd830 /PKGBUILD
parent9da35049731e890c1853aaac86c64294e35eaff4 (diff)
downloadaur-arm-none-eabi-bin-92-complete.tar.gz
Add i686 arch
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"