cross/binutils-*, cross/musl-*: add armv7

Regenerate these aports, so the test case does not complain anymore
that they are outdated. Adds armv7 to the arch lines, as that is the
aportgen change which was done in pmbootstrap!1730.
This commit is contained in:
Oliver Smith 2018-12-22 09:26:57 +01:00
parent d0fc7218b0
commit 15ff816233
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ depends=""
makedepends_build=""
makedepends_host=""
makedepends="gettext libtool autoconf automake bison"
arch="armhf x86_64 x86"
arch="armhf armv7 x86_64 x86"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages=""
source="https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2

View file

@ -12,7 +12,7 @@ depends=""
makedepends_build=""
makedepends_host=""
makedepends="gettext libtool autoconf automake bison"
arch="aarch64 x86_64 x86"
arch="armv7 aarch64 x86_64 x86"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages=""
source="https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2

View file

@ -4,7 +4,7 @@
pkgname="musl-aarch64"
pkgver="1.1.20"
pkgrel=2
arch="armhf x86_64 x86"
arch="armhf armv7 x86_64 x86"
subpackages="musl-dev-aarch64:package_dev"
_arch="aarch64"

View file

@ -4,7 +4,7 @@
pkgname="musl-armhf"
pkgver="1.1.20"
pkgrel=2
arch="aarch64 x86_64 x86"
arch="armv7 aarch64 x86_64 x86"
subpackages="musl-dev-armhf:package_dev"
_arch="armhf"