[arch-commits] Commit in binutils/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Wed Mar 22 07:44:49 UTC 2017
Date: Wednesday, March 22, 2017 @ 07:44:48
Author: allan
Revision: 291200
patch bump, reenable PIC
Modified:
binutils/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-22 05:36:48 UTC (rev 291199)
+++ PKGBUILD 2017-03-22 07:44:48 UTC (rev 291200)
@@ -4,9 +4,9 @@
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
pkgname=binutils
-pkgver=2.28
+pkgver=2.28.0
pkgrel=1
-_commit=7fa393306ed8b93019d225548474c0540b8928f7
+_commit=a7b47925683a22c9819c23cb18b99bd74014d066
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
@@ -43,6 +43,7 @@
--enable-gold \
--enable-plugins \
--enable-deterministic-archives \
+ --with-pic \
--disable-werror \
--disable-gdb
More information about the arch-commits
mailing list