[arch-commits] Commit in gcc/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Fri May 21 05:41:51 UTC 2010
Date: Friday, May 21, 2010 @ 01:41:51
Author: allan
Revision: 80751
upgpkg: gcc 4.5.0-2
new snapshot
Modified:
gcc/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-21 00:34:47 UTC (rev 80750)
+++ PKGBUILD 2010-05-21 05:41:51 UTC (rev 80751)
@@ -7,8 +7,8 @@
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
pkgver=4.5.0
-pkgrel=1
-#_snapshot=4.4-20100316
+pkgrel=2
+_snapshot=4.5-20100520
_libstdcppmanver=20100312 # Note: check source directory name when updating this
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
@@ -16,16 +16,16 @@
url="http://gcc.gnu.org"
makedepends=('binutils>=2.20.1' 'libmpc>=0.8.1-2' 'cloog-ppl>=0.15.8' 'libelf' 'gcc-ada')
options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada}-${pkgver}.tar.bz2
- #ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada}-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada}-${pkgver}.tar.bz2
+ ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada}-${_snapshot}.tar.bz2
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${_libstdcppmanver}.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch)
-md5sums=('58eda33c3184303628f91c42a7ab15b5'
- '5ab93605af40def4844eda09ca769c2d'
- '670c35720f9a599ae7b469da95152552'
- '8d8c01b6631b020cc6c167860fde2398'
- 'ff1555171b615d9dddc8001eeec42bfc'
+md5sums=('dc1490dc7f2a75b751c04836a88cf44b'
+ 'cd082a94fedaf17a89ff6f237d4fa513'
+ 'a32d7bd7babf3f0c8d96c39675d7feb0'
+ '9c8e2dd4b733d0bc3639c351d88f68bb'
+ '244487eeb6d9af63c51e5c50fecb8131'
'f9a21b9dfc174f49a09ddaacfd3ac78f'
'4030ee1c08dd1e843c0225b772360e76'
'6fd395bacbd7b6e47c7b74854b478363')
@@ -60,7 +60,8 @@
mkdir build && cd build
../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada \
--enable-shared --enable-threads=posix --enable-__cxa_atexit \
- --enable-clocale=gnu --enable-lto --enable-gnu-unique-object \
+ --enable-clocale=gnu --enable-gnu-unique-object \
+ --enable-lto --enable-plugin \
--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