69 lines
2.3 KiB
Text
69 lines
2.3 KiB
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen binutils-x86_64
|
|
# Based on: main/binutils
|
|
|
|
|
|
pkgname="binutils-x86_64"
|
|
pkgver=2.30
|
|
pkgrel=5
|
|
pkgdesc="Tools necessary to build programs for x86_64 targets"
|
|
url="https://www.gnu.org/software/binutils/"
|
|
depends=""
|
|
makedepends_build=""
|
|
makedepends_host=""
|
|
makedepends="gettext libtool autoconf automake bison"
|
|
arch="armhf aarch64 x86"
|
|
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
|
|
subpackages=""
|
|
source="http://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2
|
|
fix-powerpc64-out-ot-line-save-restore.patch
|
|
binutils-ld-fix-static-linking.patch
|
|
gold-mips.patch
|
|
allow-R_AARCH64_ABS16-and.patch
|
|
"
|
|
builddir="$srcdir/binutils-$pkgver"
|
|
|
|
if [ "$CHOST" != "$CTARGET" ]; then
|
|
pkgname="binutils-$CTARGET_ARCH"
|
|
subpackages=""
|
|
sonameprefix="binutils:"
|
|
fi
|
|
|
|
# secfixes:
|
|
# 2.28-r1:
|
|
# - CVE-2017-7614
|
|
|
|
build() {
|
|
_target="$(arch_to_hostspec x86_64)"
|
|
cd "$builddir"
|
|
"$builddir"/configure \
|
|
--build="$CBUILD" \
|
|
--target=$_target \
|
|
--with-lib-path=/usr/lib \
|
|
--prefix=/usr \
|
|
--with-sysroot=/usr/$_target \
|
|
--enable-ld=default \
|
|
--enable-gold=yes \
|
|
--enable-plugins \
|
|
--enable-deterministic-archives \
|
|
--disable-multilib \
|
|
--disable-werror \
|
|
--disable-nls
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make install DESTDIR="$pkgdir"
|
|
|
|
# remove man, info folders
|
|
rm -rf "$pkgdir"/usr/share
|
|
}
|
|
|
|
|
|
|
|
sha512sums="c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c binutils-2.30.tar.bz2
|
|
5d8ebbcae2c8d3b2075fb06ace3c52ff6bb0ec96989873fbe302019a15d91f6e85e9e38a6d8eb09bd9aefa7723665108a3a62a6fc1cafb07b1eba2a96d19c9e3 allow-R_AARCH64_ABS16-and.patch
|
|
29791af5a09387d16fc4272dc7a10f71aed5a13187187af533bbe365506d6e6b581030d3f9bb4b7d8e300fb29b8b37b5f48027d86e33a8395b1a6d2dfb2d895a fix-powerpc64-out-ot-line-save-restore.patch
|
|
ecee33b0e435aa704af1c334e560f201638ff79e199aa11ed78a72f7c9b46f85fbb227af5748e735fd681d1965fcc42ac81b0c8824e540430ce0c706c81e8b49 binutils-ld-fix-static-linking.patch
|
|
f55cf2e0bf82f97583a1abe10710e4013ecf7d64f1da2ef8659a44a06d0dd8beaf58dab98a183488ea137f03e32d62efc878d95f018f836f8cec870bc448556f gold-mips.patch"
|