cross/arch-bin-masquerade: add armv7

Make our distcc+ccache+cross compiling setup work with armv7.
This commit is contained in:
Oliver Smith 2019-01-10 22:40:40 +01:00
parent f842a0e39f
commit ab9d05eea6
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -6,7 +6,7 @@
# that).
pkgname=arch-bin-masquerade
pkgver=1
pkgver=2
pkgrel=0
pkgdesc="Wrappers for ccache + distcc (native and foreign chroots)"
url="https://postmarketOS.org"
@ -16,7 +16,7 @@ options="!check !tracedeps"
package() {
# Architectures and binaries
_archs="x86_64 armhf aarch64"
_archs="x86_64 armhf armv7 aarch64"
_bins="c++ cc cpp g++ gcc"
# Iterate over architectures