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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 24 11:21:15 UTC 2007


    Date: Sunday, June 24, 2007 @ 07:21:15
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/gcc

Modified: PKGBUILD (1.67 -> 1.68)

updatepkg bintuils 2.17.50.0.17, new stable gcc snapshot 4.2-20070620 and glibc rebuilt/make sure it won't link to gd


----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)


Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.67 arch/build/base/gcc/PKGBUILD:1.68
--- arch/build/base/gcc/PKGBUILD:1.67	Sun May 20 10:01:34 2007
+++ arch/build/base/gcc/PKGBUILD	Sun Jun 24 07:21:14 2007
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD,v 1.67 2007/05/20 14:01:34 jgc Exp $
+# $Id: PKGBUILD,v 1.68 2007/06/24 11:21:14 andyrtr Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc
 pkgver=4.2.0
-pkgrel=2
+pkgrel=3
+_snapshot=4.2-20070620
 pkgdesc="The GNU Compiler Collection"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://gcc.gnu.org"
-depends=('glibc>=2.5' 'binutils>=2.17')
-options=('nolibtool')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
+depends=('glibc>=2.6' 'binutils>=2.17.50.0.17')
+options=('!libtool' '!makeflags')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
+	ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,objc}-${_snapshot}.tar.bz2
 	ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man-4.2.0.tar.bz2
 	gcc_pure64.patch)
-md5sums=('de693d0917d710c3de41297d574470f5'
-         'f30a13d9d33693f4cd6452318fa80ff3'
-         '3115bf3886355651fa34b3ad72c6e245'
+md5sums=('247a68e66877cac8dd63ed0c154fa0a8'
+         '3768a7aae3ca257e5c8aa43024bcf5b4'
+         'b12439fc49385aa2a3a27958b5f2c5e1'
          'e70d37c0623b15e90cff47d91816a941'
          '8fc86e4c4d1f4ec8b226307d39fbd9e3')
 
 build() {
-  export MAKEFLAGS="-j1"
-  cd ${startdir}/src/gcc-${pkgver}
+#  cd ${startdir}/src/gcc-${pkgver}
+  cd ${startdir}/src/gcc-${_snapshot}
   # Don't install libiberty
   sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
 




More information about the arch-commits mailing list