cross/binutils-*: upgrade to 2.37-r4
This commit is contained in:
parent
ba23cc03b0
commit
a5b5f5735d
3 changed files with 27 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
pkgname=binutils-aarch64
|
pkgname=binutils-aarch64
|
||||||
pkgver=2.37
|
pkgver=2.37
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Tools necessary to build programs for aarch64 targets"
|
pkgdesc="Tools necessary to build programs for aarch64 targets"
|
||||||
url="https://www.gnu.org/software/binutils/"
|
url="https://www.gnu.org/software/binutils/"
|
||||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||||
|
@ -42,6 +42,14 @@ fi
|
||||||
# 2.28-r1:
|
# 2.28-r1:
|
||||||
# - CVE-2017-7614
|
# - CVE-2017-7614
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
|
||||||
|
# Remove existing empty man pages to force them to be regenerated.
|
||||||
|
# Workaround for https://gitlab.alpinelinux.org/alpine/aports/-/issues/13034
|
||||||
|
find "$builddir" -name '[a-z]*\.[0-9]*' -empty -delete
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
_target="$(arch_to_hostspec aarch64)"
|
_target="$(arch_to_hostspec aarch64)"
|
||||||
"$builddir"/configure \
|
"$builddir"/configure \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
pkgname=binutils-armhf
|
pkgname=binutils-armhf
|
||||||
pkgver=2.37
|
pkgver=2.37
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Tools necessary to build programs for armhf targets"
|
pkgdesc="Tools necessary to build programs for armhf targets"
|
||||||
url="https://www.gnu.org/software/binutils/"
|
url="https://www.gnu.org/software/binutils/"
|
||||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||||
|
@ -42,6 +42,14 @@ fi
|
||||||
# 2.28-r1:
|
# 2.28-r1:
|
||||||
# - CVE-2017-7614
|
# - CVE-2017-7614
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
|
||||||
|
# Remove existing empty man pages to force them to be regenerated.
|
||||||
|
# Workaround for https://gitlab.alpinelinux.org/alpine/aports/-/issues/13034
|
||||||
|
find "$builddir" -name '[a-z]*\.[0-9]*' -empty -delete
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
_target="$(arch_to_hostspec armhf)"
|
_target="$(arch_to_hostspec armhf)"
|
||||||
"$builddir"/configure \
|
"$builddir"/configure \
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
pkgname=binutils-armv7
|
pkgname=binutils-armv7
|
||||||
pkgver=2.37
|
pkgver=2.37
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Tools necessary to build programs for armv7 targets"
|
pkgdesc="Tools necessary to build programs for armv7 targets"
|
||||||
url="https://www.gnu.org/software/binutils/"
|
url="https://www.gnu.org/software/binutils/"
|
||||||
makedepends="gettext libtool autoconf automake bison texinfo"
|
makedepends="gettext libtool autoconf automake bison texinfo"
|
||||||
|
@ -42,6 +42,14 @@ fi
|
||||||
# 2.28-r1:
|
# 2.28-r1:
|
||||||
# - CVE-2017-7614
|
# - CVE-2017-7614
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
|
||||||
|
# Remove existing empty man pages to force them to be regenerated.
|
||||||
|
# Workaround for https://gitlab.alpinelinux.org/alpine/aports/-/issues/13034
|
||||||
|
find "$builddir" -name '[a-z]*\.[0-9]*' -empty -delete
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
_target="$(arch_to_hostspec armv7)"
|
_target="$(arch_to_hostspec armv7)"
|
||||||
"$builddir"/configure \
|
"$builddir"/configure \
|
||||||
|
|
Loading…
Reference in a new issue