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