* update binutils to 2.41-3
This commit is contained in:
parent
19e2582bc5
commit
11f701b0e7
@ -7,9 +7,9 @@
|
||||
# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
|
||||
|
||||
pkgname=binutils
|
||||
pkgver=2.40
|
||||
_commit=0dc8f96598ae1facd1933323e0c633b1ed3ca4e7
|
||||
pkgrel=6
|
||||
pkgver=2.41
|
||||
_commit=31b78cc991781265d9404bd55151691bedd6d556
|
||||
pkgrel=3
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
@ -50,6 +50,8 @@ build() {
|
||||
case "${CARCH}" in
|
||||
powerpc) _configure_flags=(--enable-64-bit-bfd) ;;
|
||||
esac
|
||||
# disable building all targets, we have cross-compilers/* for that
|
||||
_configure_flags=(--enable-targets=no)
|
||||
|
||||
"${srcdir}"/binutils-gdb/configure \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user