[arch-commits] Commit in binutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Mon Oct 31 12:39:08 UTC 2016


    Date: Monday, October 31, 2016 @ 12:39:07
  Author: allan
Revision: 279527

prepare PIE enabled toolchain

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 12:21:41 UTC (rev 279526)
+++ PKGBUILD	2016-10-31 12:39:07 UTC (rev 279527)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.27
-pkgrel=1
+pkgrel=1.90
 _commit=2870b1ba
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -33,13 +33,19 @@
 build() {
   cd binutils-build
 
-  ../binutils-gdb/configure --prefix=/usr \
+  ../binutils-gdb/configure \
+    --prefix=/usr \
     --with-lib-path=/usr/lib:/usr/local/lib \
     --with-bugurl=https://bugs.archlinux.org/ \
-    --enable-threads --enable-shared --with-pic \
-    --enable-ld=default --enable-gold --enable-plugins \
+    --enable-threads \
+    --enable-shared \
+    --with-pic \
+    --enable-ld=default \
+    --enable-gold \
+    --enable-plugins \
     --enable-deterministic-archives \
-    --disable-werror --disable-gdb
+    --disable-werror \
+    --disable-gdb
 
   # check the host environment and makes sure all the necessary tools are available
   make configure-host



More information about the arch-commits mailing list