* update binutils to 2.43_1+r186+g61f8adadd6db-1
This commit is contained in:
parent
642dd0dd70
commit
fe209af741
@ -1,6 +1,6 @@
|
|||||||
pkgbase = binutils
|
pkgbase = binutils
|
||||||
pkgdesc = A set of programs to assemble and manipulate binary and object files
|
pkgdesc = A set of programs to assemble and manipulate binary and object files
|
||||||
pkgver = 2.43+r4+g7999dae69612
|
pkgver = 2.43_1+r186+g61f8adadd6db
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.gnu.org/software/binutils/
|
url = https://www.gnu.org/software/binutils/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -34,10 +34,10 @@ pkgbase = binutils
|
|||||||
options = !distcc
|
options = !distcc
|
||||||
options = !ccache
|
options = !ccache
|
||||||
backup = etc/gprofng.rc
|
backup = etc/gprofng.rc
|
||||||
source = git+https://sourceware.org/git/binutils-gdb.git#commit=7999dae69612295e1bbffe64aff87044372a0059
|
source = git+https://sourceware.org/git/binutils-gdb.git#commit=61f8adadd6db110f4a333c0a853dc492d8abe4bc
|
||||||
source = gold-warn-unsupported.patch
|
source = gold-warn-unsupported.patch
|
||||||
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
|
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
|
||||||
sha256sums = 4726efb1f887c659cfb6aa198f18ca638d405f58ee1eeda4df3eb201c1169a67
|
sha256sums = bf0b750964266ac0a6790209eab3e23a2a143714d39e3ee2f568b3be04a57c69
|
||||||
sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
|
sha256sums = 2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4
|
||||||
|
|
||||||
pkgname = binutils
|
pkgname = binutils
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
|
# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
|
||||||
|
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
pkgver=2.43.1
|
pkgver=2.43_1+r186+g61f8adadd6db
|
||||||
_commit=beb2cdbcda911764b2bed5e57921fe90493260bd
|
_commit=61f8adadd6db110f4a333c0a853dc492d8abe4bc
|
||||||
pkgrel=1.2
|
pkgrel=1
|
||||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
||||||
url='https://www.gnu.org/software/binutils/'
|
url='https://www.gnu.org/software/binutils/'
|
||||||
@ -29,13 +29,13 @@ backup=('etc/gprofng.rc')
|
|||||||
options=(staticlibs !distcc !ccache)
|
options=(staticlibs !distcc !ccache)
|
||||||
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
||||||
gold-warn-unsupported.patch)
|
gold-warn-unsupported.patch)
|
||||||
sha256sums=('47cedf324f140726c948191c0e8ca697ba76df9cf7f0007f5e3bd044f3af5f42'
|
sha256sums=('bf0b750964266ac0a6790209eab3e23a2a143714d39e3ee2f568b3be04a57c69'
|
||||||
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
|
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
|
||||||
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
|
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd binutils-gdb
|
cd binutils-gdb
|
||||||
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./g'
|
git describe --abbrev=12 --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user