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

Allan McRae allan at archlinux.org
Sun Dec 19 04:48:02 UTC 2010


    Date: Saturday, December 18, 2010 @ 23:48:01
  Author: allan
Revision: 103396

upgpkg: gcc 4.5.2-2
enable linker plugin support through gold linker

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-18 20:04:55 UTC (rev 103395)
+++ PKGBUILD	2010-12-19 04:48:01 UTC (rev 103396)
@@ -6,7 +6,7 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
 pkgver=4.5.2
-pkgrel=1
+pkgrel=2
 #_snapshot=4.5.2-RC-20101208
 _libstdcppmanver=4.5.2		# Note: check source directory name when updating this
 pkgdesc="The GNU Compiler Collection"
@@ -63,6 +63,7 @@
       --enable-shared --enable-threads=posix --enable-__cxa_atexit \
       --enable-clocale=gnu --enable-gnu-unique-object \
       --enable-lto --enable-plugin \
+      --enable-gold --with-plugin-linker=ld.gold \
       --disable-multilib --disable-libstdcxx-pch \
       --with-system-zlib --with-ppl --with-cloog \
       --libdir=/usr/lib --libexecdir=/usr/lib \




More information about the arch-commits mailing list