jobcore/binutils/PKGBUILD-arch

137 lines
4.1 KiB
Text
Raw Normal View History

# Maintainer: Giancarlo Razzolini <grazzolini@archlinux.org>
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
2022-03-20 13:19:37 +01:00
# Contributor: Allan McRae <allan@archlinux.org>
# toolchain build order: linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
pkgname=binutils
pkgver=2.42+r91+g6224493e457
2024-04-20 12:03:12 +02:00
_commit=6224493e457e72b11818c87cdc112bdb0fee5f81
pkgrel=1
2022-03-20 13:19:37 +01:00
pkgdesc='A set of programs to assemble and manipulate binary and object files'
arch=(x86_64)
url='https://www.gnu.org/software/binutils/'
license=(GPL-2.0-or-later GPL-3.0-or-later LGPL-2.0-or-later LGPL-3.0-or-later GFDL-1.3 FSFAP)
2023-01-22 17:59:52 +01:00
depends=(glibc jansson libelf zlib zstd)
makedepends=(git)
2022-03-20 13:19:37 +01:00
checkdepends=(dejagnu debuginfod bc)
optdepends=('debuginfod: for debuginfod server/client functionality')
conflicts=(binutils-multilib)
replaces=(binutils-multilib)
2023-08-05 02:08:12 +02:00
provides=(
libctf.so
libgprofng.so
libsframe.so
)
backup=('etc/gprofng.rc')
2023-01-22 17:59:52 +01:00
options=(staticlibs !distcc !ccache)
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
gold-warn-unsupported.patch)
2024-04-20 12:03:12 +02:00
sha256sums=('a36780f5918bf383520f44374b2daa2bc737f55aa2601458b9b35d576b4aa7df'
'2d430b66f84a19c154725ec535280c493be1d34f1a90f95208dce02fecd0e4e4')
2022-03-20 13:19:37 +01:00
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
pkgver() {
cd binutils-gdb
git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
}
2022-03-20 13:19:37 +01:00
prepare() {
2023-02-07 13:20:07 +01:00
[[ ! -d binutils-gdb ]] && ln -s binutils-${pkgver} binutils-gdb
2022-03-20 13:19:37 +01:00
mkdir -p binutils-build
cd binutils-gdb
# Turn off development mode (-Werror, gas run-time checks, date in sonames)
sed -i '/^development=/s/true/false/' bfd/development.sh
# Creds @Fedora
# Change the gold configuration script to only warn about
# unsupported targets. This allows the binutils to be built with
# BPF support enabled.
patch -Np1 -i "${srcdir}"/gold-warn-unsupported.patch
2022-03-20 13:19:37 +01:00
}
build() {
cd binutils-build
2023-02-07 13:20:07 +01:00
"${srcdir}"/binutils-gdb/configure \
2022-03-20 13:19:37 +01:00
--prefix=/usr \
--sysconfdir="${pkgdir}"/etc \
2022-03-20 13:19:37 +01:00
--with-lib-path=/usr/lib:/usr/local/lib \
2024-04-20 12:03:12 +02:00
--with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/issues \
2022-03-20 13:19:37 +01:00
--enable-cet \
2023-01-22 17:59:52 +01:00
--enable-colored-disassembly \
--enable-default-execstack=no \
2022-03-20 13:19:37 +01:00
--enable-deterministic-archives \
--enable-gold \
--enable-install-libiberty \
2022-08-07 13:17:14 +02:00
--enable-jansson \
2022-03-20 13:19:37 +01:00
--enable-ld=default \
2023-01-22 17:59:52 +01:00
--enable-new-dtags \
2022-03-20 13:19:37 +01:00
--enable-pgo-build=lto \
--enable-plugins \
--enable-relro \
--enable-shared \
--enable-targets=x86_64-pep,bpf-unknown-none \
2022-03-20 13:19:37 +01:00
--enable-threads \
--disable-gdb \
--disable-gdbserver \
--disable-libdecnumber \
--disable-readline \
--disable-sim \
--disable-werror \
--with-debuginfod \
--with-pic \
--with-system-zlib
make -O tooldir=/usr
# Extract the FSF All Permissive License
# <https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html>
# used for some linker scripts.
tail -n 5 "${srcdir}"/binutils-gdb/ld/scripttempl/README > FSFAP
2022-03-20 13:19:37 +01:00
}
check() {
cd binutils-build
# Use minimal flags for testsuite
# ld testsuite uses CFLAGS_FOR_TARGET and requires -g
# gold testsuite requires CXXFLAGS/CFLAGS with default PIE/PIC disabled
make -O CFLAGS_FOR_TARGET="-O2 -g" \
CXXFLAGS="-O2 -no-pie -fno-PIC" \
CFLAGS="-O2 -no-pie" \
LDFLAGS="" \
2022-08-07 13:17:14 +02:00
check || true
2022-03-20 13:19:37 +01:00
}
package() {
cd binutils-build
2023-02-07 13:20:07 +01:00
make prefix="${pkgdir}"/usr tooldir="${pkgdir}"/usr install
2022-03-20 13:19:37 +01:00
# install PIC version of libiberty
2023-02-07 13:20:07 +01:00
install -m644 libiberty/pic/libiberty.a "${pkgdir}"/usr/lib
2022-03-20 13:19:37 +01:00
# Remove unwanted files
2023-02-07 13:20:07 +01:00
rm -f "${pkgdir}"/usr/share/man/man1/{dlltool,windres,windmc}*
2022-03-20 13:19:37 +01:00
# No shared linking to these files outside binutils
2023-02-07 13:20:07 +01:00
rm -f "${pkgdir}"/usr/lib/lib{bfd,opcodes}.so
tee "${pkgdir}"/usr/lib/libbfd.so << EOS
/* GNU ld script */
INPUT( /usr/lib/libbfd.a -lsframe -liberty -lz -lzstd -ldl )
EOS
tee "${pkgdir}"/usr/lib/libopcodes.so << EOS
/* GNU ld script */
INPUT( /usr/lib/libopcodes.a -lbfd )
EOS
# install FSF All Permissive License
install -Dm644 -t "${pkgdir}"/usr/share/licenses/${pkgname}/ FSFAP
2022-03-20 13:19:37 +01:00
}