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

Allan McRae allan at archlinux.org
Sat Dec 18 02:03:12 UTC 2010


    Date: Friday, December 17, 2010 @ 21:03:12
  Author: allan
Revision: 103331

upgpkg: binutils 2.21-2
enable plugin support and threading in gold

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-18 01:28:46 UTC (rev 103330)
+++ PKGBUILD	2010-12-18 02:03:12 UTC (rev 103331)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 _date=20101216
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -37,6 +37,7 @@
 
   ${srcdir}/binutils/configure --prefix=/usr \
     --enable-ld=default --enable-gold \
+    --enable-plugins --enable-threads \
     --enable-shared $CONFIGFLAG
 
   # This checks the host environment and makes sure all the necessary tools are available to compile Binutils.




More information about the arch-commits mailing list