[arch-commits] Commit in gcc/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Jan 2 12:27:03 UTC 2011
Date: Sunday, January 2, 2011 @ 07:27:03
Author: allan
Revision: 104419
upgpkg: gcc 4.5.2-4
cosmetic rebuild for new cloog-ppl header location
Modified:
gcc/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-01-02 12:24:44 UTC (rev 104418)
+++ PKGBUILD 2011-01-02 12:27:03 UTC (rev 104419)
@@ -6,14 +6,14 @@
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
pkgver=4.5.2
-pkgrel=3
+pkgrel=4
#_snapshot=4.5.2-RC-20101208
_libstdcppmanver=4.5.2 # Note: check source directory name when updating this
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'custom')
url="http://gcc.gnu.org"
-makedepends=('binutils>=2.21' 'libmpc' 'cloog-ppl' 'elfutils' 'gcc-ada' 'dejagnu')
+makedepends=('binutils>=2.21' 'libmpc' 'cloog-ppl>=0.15.9-2' 'elfutils' 'gcc-ada' 'dejagnu')
options=('!libtool' '!emptydirs')
source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada,testsuite}-${pkgver}.tar.bz2
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada,testsuite}-${_snapshot}.tar.bz2
@@ -65,7 +65,8 @@
--enable-lto --enable-plugin \
--enable-gold --with-plugin-ld=ld.gold \
--disable-multilib --disable-libstdcxx-pch \
- --with-system-zlib --with-ppl --with-cloog \
+ --with-system-zlib --with-ppl \
+ --with-cloog --with-cloog-include=/usr/include/cloog-ppl \
--libdir=/usr/lib --libexecdir=/usr/lib \
--mandir=/usr/share/man --infodir=/usr/share/info
make
More information about the arch-commits
mailing list