2017-09-09 16:46:10 +00:00
|
|
|
# $Id$
|
2011-01-05 07:28:13 +00:00
|
|
|
# Maintainer: Allan McRae <allan@archlinux.org>
|
2011-02-05 01:42:15 +00:00
|
|
|
|
|
|
|
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
|
|
|
|
|
2011-12-09 20:46:15 +00:00
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2012-11-05 16:25:15 +00:00
|
|
|
# - Added a CONFIGFLAG for ARM, defining our build hosts
|
2015-06-23 02:36:28 +00:00
|
|
|
# - --disable-sim, files provided by gdb
|
2011-07-04 16:27:22 +00:00
|
|
|
# - Disabled make check, too processor/ram intensive, blows up
|
2011-01-06 00:43:53 +00:00
|
|
|
|
2011-02-05 01:42:15 +00:00
|
|
|
noautobuild=1
|
2011-01-05 07:28:13 +00:00
|
|
|
|
|
|
|
pkgname=binutils
|
2017-10-21 19:52:04 +00:00
|
|
|
pkgver=2.29.1
|
2018-03-16 17:57:28 +00:00
|
|
|
pkgrel=3
|
2017-09-09 16:46:10 +00:00
|
|
|
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
2018-01-06 20:20:15 +00:00
|
|
|
arch=(x86_64)
|
2017-09-09 16:46:10 +00:00
|
|
|
url='http://www.gnu.org/software/binutils/'
|
|
|
|
license=(GPL)
|
2011-12-09 20:46:15 +00:00
|
|
|
groups=('base-devel')
|
2017-09-09 16:46:10 +00:00
|
|
|
depends=('glibc>=2.26' zlib)
|
|
|
|
makedepends=(git)
|
|
|
|
checkdepends=(dejagnu bc)
|
|
|
|
options=(staticlibs !distcc !ccache)
|
2017-10-21 19:52:04 +00:00
|
|
|
#_commit=d1a6e7195b9bb0255fa77588985b969ad8aaacf5
|
|
|
|
#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
|
|
|
source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
|
2018-03-16 17:57:28 +00:00
|
|
|
0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
|
|
|
|
0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
|
|
|
|
0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
|
2017-10-21 19:52:04 +00:00
|
|
|
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
|
|
|
|
md5sums=('acc9cd826edb9954ac7cecb81c727793'
|
|
|
|
'SKIP'
|
2018-03-16 17:57:28 +00:00
|
|
|
'e4be936139ef46122cb3841881c432b2'
|
|
|
|
'469164f3c93a0e92a697537b60c9806c'
|
|
|
|
'0c679b37e90fb23de60a4d28329b956a')
|
2012-11-05 18:34:52 +00:00
|
|
|
|
2013-04-12 00:57:49 +00:00
|
|
|
prepare() {
|
2017-09-09 16:46:10 +00:00
|
|
|
mkdir -p binutils-build
|
|
|
|
|
2017-10-21 19:52:04 +00:00
|
|
|
#cd binutils-gdb
|
|
|
|
cd binutils-$pkgver
|
2015-02-09 04:07:41 +00:00
|
|
|
|
2013-04-12 00:57:49 +00:00
|
|
|
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
|
|
|
|
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
|
2017-10-21 19:52:04 +00:00
|
|
|
|
|
|
|
# https://bugs.archlinux.org/task/55741
|
|
|
|
git apply ../0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
|
2018-03-16 17:57:28 +00:00
|
|
|
|
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=22741
|
|
|
|
git apply ../0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
|
|
|
|
|
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=22829
|
|
|
|
git apply ../0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
|
2013-04-12 00:57:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2016-02-22 13:29:51 +00:00
|
|
|
cd binutils-build
|
2011-01-05 07:28:13 +00:00
|
|
|
|
2011-05-17 03:19:40 +00:00
|
|
|
# ALARM: Specify build host types
|
2012-11-05 17:39:36 +00:00
|
|
|
[[ $CARCH == "arm" ]] && CONFIGFLAG="--host=armv5tel-unknown-linux-gnueabi --build=armv5tel-unknown-linux-gnueabi"
|
2012-11-05 16:25:15 +00:00
|
|
|
[[ $CARCH == "armv6h" ]] && CONFIGFLAG="--host=armv6l-unknown-linux-gnueabihf --build=armv6l-unknown-linux-gnueabihf"
|
|
|
|
[[ $CARCH == "armv7h" ]] && CONFIGFLAG="--host=armv7l-unknown-linux-gnueabihf --build=armv7l-unknown-linux-gnueabihf"
|
2015-07-05 01:45:02 +00:00
|
|
|
[[ $CARCH == "aarch64" ]] && CONFIGFLAG="--host=aarch64-unknown-linux-gnu --build=aarch64-unknown-linux-gnu"
|
2011-03-06 19:08:16 +00:00
|
|
|
|
2017-10-21 19:52:04 +00:00
|
|
|
"$srcdir/binutils-$pkgver/configure" \
|
2017-03-11 03:36:13 +00:00
|
|
|
--prefix=/usr \
|
2012-09-14 01:01:20 +00:00
|
|
|
--with-lib-path=/usr/lib:/usr/local/lib \
|
2013-01-05 17:40:18 +00:00
|
|
|
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
2017-03-11 03:36:13 +00:00
|
|
|
--enable-threads \
|
|
|
|
--enable-shared \
|
|
|
|
--enable-ld=default \
|
|
|
|
--enable-gold \
|
|
|
|
--enable-plugins \
|
2017-07-14 00:36:39 +00:00
|
|
|
--enable-relro \
|
2015-08-19 02:37:46 +00:00
|
|
|
--enable-deterministic-archives \
|
2017-03-24 04:02:01 +00:00
|
|
|
--with-pic \
|
2017-03-11 03:36:13 +00:00
|
|
|
--disable-werror \
|
|
|
|
--disable-gdb \
|
2017-09-09 16:46:10 +00:00
|
|
|
--with-system-zlib \
|
2017-03-11 03:36:13 +00:00
|
|
|
--disable-sim \
|
|
|
|
$CONFIGFLAG
|
2011-01-05 07:28:13 +00:00
|
|
|
|
2011-02-05 01:42:15 +00:00
|
|
|
make configure-host
|
2013-04-04 15:28:33 +00:00
|
|
|
make tooldir=/usr
|
2011-05-17 03:19:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
check() {
|
2016-02-22 13:29:51 +00:00
|
|
|
cd binutils-build
|
|
|
|
|
2014-09-16 01:46:39 +00:00
|
|
|
# unset LDFLAGS as testsuite makes assumptions about which ones are active
|
|
|
|
# ignore failures in gold testsuite...
|
2014-10-04 00:37:12 +00:00
|
|
|
make -k LDFLAGS="" check || true
|
2011-02-05 01:42:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2016-02-22 13:29:51 +00:00
|
|
|
cd binutils-build
|
2017-09-09 16:46:10 +00:00
|
|
|
make prefix="$pkgdir/usr" tooldir="$pkgdir/usr" install
|
2016-02-22 13:29:51 +00:00
|
|
|
|
2013-01-05 17:40:18 +00:00
|
|
|
# Remove unwanted files
|
2017-09-09 16:46:10 +00:00
|
|
|
rm -f "$pkgdir"/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
|
2012-11-25 06:26:40 +00:00
|
|
|
|
2013-01-05 17:40:18 +00:00
|
|
|
# No shared linking to these files outside binutils
|
2017-09-09 16:46:10 +00:00
|
|
|
rm -f "$pkgdir"/usr/lib/lib{bfd,opcodes}.so
|
|
|
|
echo "INPUT( /usr/lib/libbfd.a -liberty -lz -ldl )" > "$pkgdir/usr/lib/libbfd.so"
|
|
|
|
echo "INPUT( /usr/lib/libopcodes.a -lbfd )" > "$pkgdir/usr/lib/libopcodes.so"
|
2011-01-05 07:28:13 +00:00
|
|
|
}
|