From 15ff8162336ae9b1d706ca7553772b3c4f691fae Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 22 Dec 2018 09:26:57 +0100 Subject: [PATCH] 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. --- cross/binutils-aarch64/APKBUILD | 2 +- cross/binutils-armhf/APKBUILD | 2 +- cross/musl-aarch64/APKBUILD | 2 +- cross/musl-armhf/APKBUILD | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cross/binutils-aarch64/APKBUILD b/cross/binutils-aarch64/APKBUILD index 0a68748bc..766c36d29 100644 --- a/cross/binutils-aarch64/APKBUILD +++ b/cross/binutils-aarch64/APKBUILD @@ -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 diff --git a/cross/binutils-armhf/APKBUILD b/cross/binutils-armhf/APKBUILD index 6df92b781..f567a3095 100644 --- a/cross/binutils-armhf/APKBUILD +++ b/cross/binutils-armhf/APKBUILD @@ -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 diff --git a/cross/musl-aarch64/APKBUILD b/cross/musl-aarch64/APKBUILD index c1c654d03..646674157 100644 --- a/cross/musl-aarch64/APKBUILD +++ b/cross/musl-aarch64/APKBUILD @@ -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" diff --git a/cross/musl-armhf/APKBUILD b/cross/musl-armhf/APKBUILD index 2cf3de866..1399442d8 100644 --- a/cross/musl-armhf/APKBUILD +++ b/cross/musl-armhf/APKBUILD @@ -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"