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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jul 7 14:20:13 UTC 2007


    Date: Saturday, July 7, 2007 @ 10:20:13
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/gcc

Modified: PKGBUILD (1.74 -> 1.75)

bringing testing to the latest snapshot


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


Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.74 arch/build/base/gcc/PKGBUILD:1.75
--- arch/build/base/gcc/PKGBUILD:1.74	Wed Jul  4 14:54:29 2007
+++ arch/build/base/gcc/PKGBUILD	Sat Jul  7 10:20:13 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.74 2007/07/04 18:54:29 jgc Exp $
+# $Id: PKGBUILD,v 1.75 2007/07/07 14:20:13 andyrtr Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=gcc
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 _snapshot=4.2.1-RC-20070703
 pkgdesc="The GNU Compiler Collection"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://gcc.gnu.org"
-depends=('glibc>=2.6' 'binutils>=2.17')
+depends=('glibc>=2.6' 'binutils>=2.17.50.0.17')
 options=('!libtool')
 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
@@ -36,7 +36,7 @@
   if [ "${CARCH}" = "x86_64" ]; then
     patch -Np1 -i ../gcc_pure64.patch || return 1
   fi
-  #patch -Np0 -i ${startdir}/src/gcc-hash-style-both.patch || return 1
+  patch -Np0 -i ${startdir}/src/gcc-hash-style-both.patch || return 1
   # Don't run fixincludes
   sed -i -e 's@\./fixinc\.sh at -c true@' gcc/Makefile.in
 




More information about the arch-commits mailing list