Added gcc-4.3.2 template.

--HG--
extra : convert_revision : f0578d57b53b1cfda7a7222c3afed91df1133014
This commit is contained in:
Juan RP 2008-10-21 04:38:29 +02:00
parent 070fc697bf
commit e5afbd9313
1 changed files with 18 additions and 0 deletions

18
templates/gcc.tmpl Normal file
View File

@ -0,0 +1,18 @@
# Template build file for 'gcc'
pkgname=gcc
version=4.3.2
distfiles="
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
configure_args="--enable-clocale=gnu --disable-libstdcxx-pch
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
--enable-languages=c,c++,fortran,objc,obj-c++
--with-mpfr=$XBPS_MASTERDIR --with-gmp=$XBPS_MASTERDIR"
short_desc="The GNU C Compiler suite"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=bfbf487731ad5dca37efe480a837417de071bd67e685d5c1df6a290707575165
long_desc="
The GNU C Compiler suite, with support for C, C++, Fortran, ObjC."
ignore_files="libiberty.a"
build_depends="mpfr-2.3.2 binutils-2.18"