mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/binutils to 2.39-4
This commit is contained in:
parent
fcbffcaa13
commit
e364e4a0c7
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,8 @@ noautobuild=1
|
|||
|
||||
pkgname=binutils
|
||||
pkgver=2.39
|
||||
_commit=9e855cffa1fda44629e7f9b76dfa3e5a51a440e9
|
||||
pkgrel=3
|
||||
_commit=88ac930a725b8aac8284a2738f03b843f4343dd0
|
||||
pkgrel=4
|
||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/binutils/'
|
||||
|
@ -23,6 +23,7 @@ depends=(glibc zlib libelf jansson)
|
|||
makedepends=(git)
|
||||
checkdepends=(dejagnu debuginfod bc)
|
||||
optdepends=('debuginfod: for debuginfod server/client functionality')
|
||||
backup=('etc/gprofng.rc')
|
||||
options=(staticlibs !distcc !ccache debug)
|
||||
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
||||
gold-warn-unsupported.patch)
|
||||
|
@ -55,6 +56,7 @@ build() {
|
|||
|
||||
"$srcdir/binutils-gdb/configure" \
|
||||
--prefix=/usr \
|
||||
--sysconfdir="${pkgdir}"/etc \
|
||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-default-execstack=no \
|
||||
|
@ -63,6 +65,7 @@ build() {
|
|||
--enable-install-libiberty \
|
||||
--enable-jansson \
|
||||
--enable-ld=default \
|
||||
--enable-new-dtags \
|
||||
--enable-plugins \
|
||||
--enable-relro \
|
||||
--enable-shared \
|
||||
|
|
Loading…
Reference in a new issue