From 06c7c4c5ef2c808f288b2a8cd63548a322d66754 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 Apr 2011 04:43:21 +0000 Subject: Mon Apr 11 04:43:21 UTC 2011 --- testing/gcc/PKGBUILD | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'testing/gcc') diff --git a/testing/gcc/PKGBUILD b/testing/gcc/PKGBUILD index d3a6dcdc9..c746c765a 100644 --- a/testing/gcc/PKGBUILD +++ b/testing/gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 116981 2011-03-27 06:16:42Z allan $ +# $Id: PKGBUILD 119099 2011-04-10 21:45:04Z allan $ # Maintainer: Allan McRae # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc @@ -6,8 +6,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') pkgver=4.6.0 -pkgrel=1 -#_snapshot=4.6.0-RC-20110321 +pkgrel=2 +_snapshot=4.6-20110408 _libstdcppmanver=20110201 # Note: check source directory name when updating this pkgdesc="The GNU Compiler Collection" arch=('i686' 'x86_64') @@ -15,18 +15,18 @@ license=('GPL' 'LGPL' 'FDL' 'custom') url="http://gcc.gnu.org" makedepends=('binutils>=2.21' 'libmpc' 'cloog' 'ppl' 'gcc-ada' 'dejagnu') options=('!libtool' '!emptydirs') -source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2 - #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2 +source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${pkgver}.tar.bz2 + ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,go,testsuite}-${_snapshot}.tar.bz2 ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2 gcc_pure64.patch gcc-hash-style-both.patch) -md5sums=('b1957f3209080b2f55bc3756d3a62b7c' - 'a30090fa655d0db4c970740d353c81f1' - 'a4687a9035c3e92db7e84fc01fc548ef' - '120d4675366ee82ea52f9ed65b57da04' - 'ea003fee5123f5bfbe17cc569cffe867' - 'c182dfcad477564af9d94e2aa1552bcd' - '8c76d751c5b99560e8acc3111f62263a' +md5sums=('51ee21d6bd7955c78cb29038ff8089d0' + '92144f8790ca850317b6f4496e534aef' + '7286e62b51e126226e10e0e6a1706eae' + 'a9da84a451c4484126b2befa446b1638' + '94de82b3148b7686901f35c223477813' + '6719f6e005e2e443ebc5a3609607e8ef' + '0a870e1180a0cb4ffa5264f0b79abe3f' '1e9fd2eaf0ee47ea64e82c48998f1999' '4030ee1c08dd1e843c0225b772360e76' '4df25b623799b148a0703eaeec8fdf3f') @@ -69,7 +69,7 @@ build() { --enable-lto --enable-gold --enable-ld=default \ --enable-plugin --with-plugin-ld=ld.gold \ --disable-multilib --disable-libstdcxx-pch \ - --enable-checking=release + --enable-checking=release make } -- cgit v1.2.3-54-g00ecf