cross/arch-bin-masquerade: add armv7
Make our distcc+ccache+cross compiling setup work with armv7.
This commit is contained in:
parent
f842a0e39f
commit
ab9d05eea6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue