[arch-commits] CVS update of arch/build/base/gcc (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 20 11:57:33 UTC 2007


    Date: Sunday, May 20, 2007 @ 07:57:33
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/gcc

Modified: PKGBUILD (1.65 -> 1.66)

following CLFS and Debian we removed the pre-compiled header (PCH) for libstdc++. It takes up a lot of space, and we have no use for it.


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


Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.65 arch/build/base/gcc/PKGBUILD:1.66
--- arch/build/base/gcc/PKGBUILD:1.65	Sun May 20 07:14:25 2007
+++ arch/build/base/gcc/PKGBUILD	Sun May 20 07:57:31 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.65 2007/05/20 11:14:25 andyrtr Exp $
+# $Id: PKGBUILD,v 1.66 2007/05/20 11:57:31 andyrtr Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc
 pkgver=4.2.0
@@ -37,7 +37,7 @@
   ../configure --prefix=/usr --enable-shared \
       --enable-languages=c,c++,objc --enable-threads=posix \
       --enable-__cxa_atexit  --disable-multilib --libdir=/usr/lib \
-      --libexecdir=/usr/lib --enable-clocale=gnu
+      --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch
   make bootstrap || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   mkdir -p ${startdir}/pkg/lib




More information about the arch-commits mailing list