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

Allan McRae allan at archlinux.org
Mon Dec 20 00:34:12 UTC 2010


    Date: Sunday, December 19, 2010 @ 19:34:11
  Author: allan
Revision: 103483

upgpkg: gcc 4.5.2-3
fix configure option...

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-20 00:23:05 UTC (rev 103482)
+++ PKGBUILD	2010-12-20 00:34:11 UTC (rev 103483)
@@ -6,7 +6,7 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
 pkgver=4.5.2
-pkgrel=2
+pkgrel=3
 #_snapshot=4.5.2-RC-20101208
 _libstdcppmanver=4.5.2		# Note: check source directory name when updating this
 pkgdesc="The GNU Compiler Collection"
@@ -63,7 +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 \
+      --enable-gold --with-plugin-ld=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