gcc: build with cloog-ppl support, bump revision.
--HG-- extra : convert_revision : 9cf64191de75a6104c91ea871014e3ce0e24c522
This commit is contained in:
parent
9fade1dd24
commit
de8d9e294f
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template build file for 'gcc'
|
# Template build file for 'gcc'
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=4.4.2
|
version=4.4.2
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
||||||
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
||||||
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
||||||
--disable-rpath --with-system-zlib --enable-shared --without-cloog
|
--disable-rpath --with-system-zlib --enable-shared
|
||||||
--without-ppl"
|
--with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr"
|
||||||
short_desc="The GNU C Compiler suite"
|
short_desc="The GNU C Compiler suite"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
|
checksum=1126b6a7b585b3a178bfb7d559221779eb7eba12ce01bc9ca5896f6f9ee639de
|
||||||
|
@ -23,6 +24,7 @@ subpackages="${subpackages} c++ objc objc++"
|
||||||
Add_dependency full gmp
|
Add_dependency full gmp
|
||||||
Add_dependency full mpfr
|
Add_dependency full mpfr
|
||||||
Add_dependency full binutils
|
Add_dependency full binutils
|
||||||
|
Add_dependency full cloog-ppl
|
||||||
Add_dependency run gcc-libgcc
|
Add_dependency run gcc-libgcc
|
||||||
Add_dependency run gcc-libgomp
|
Add_dependency run gcc-libgomp
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
|
|
Loading…
Reference in a new issue