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:
parent
d0fc7218b0
commit
15ff816233
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue