mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
binutils: update to 2.40
ann: - https://sourceware.org/pipermail/binutils/2023-January/125671.html
This commit is contained in:
parent
b1f0eae3dc
commit
4bc356f585
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="binutils"
|
PKG_NAME="binutils"
|
||||||
PKG_VERSION="2.39"
|
PKG_VERSION="2.40"
|
||||||
PKG_SHA256="645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00"
|
PKG_SHA256="0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.gnu.org/software/binutils/"
|
PKG_SITE="https://www.gnu.org/software/binutils/"
|
||||||
PKG_URL="https://ftp.gnu.org/gnu/binutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://ftp.gnu.org/gnu/binutils/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
@ -62,6 +62,7 @@ make_host() {
|
|||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
|
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
|
||||||
|
make -C libsframe install # bfd is reliant on libsframe
|
||||||
make -C bfd install # fix parallel build with libctf requiring bfd
|
make -C bfd install # fix parallel build with libctf requiring bfd
|
||||||
# override the makeinfo binary with true - this does not build the documentation
|
# override the makeinfo binary with true - this does not build the documentation
|
||||||
make HELP2MAN=true MAKEINFO=true install
|
make HELP2MAN=true MAKEINFO=true install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user