2008-10-21 04:38:29 +02:00
|
|
|
# Template build file for 'gcc'
|
|
|
|
pkgname=gcc
|
|
|
|
version=4.3.2
|
2008-10-22 04:07:58 +02:00
|
|
|
patch_files="$pkgname-fix-amd64.diff"
|
2008-10-21 04:38:29 +02:00
|
|
|
distfiles="
|
|
|
|
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version@.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
2008-10-22 01:54:48 +02:00
|
|
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
2008-10-21 04:38:29 +02:00
|
|
|
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
2008-10-22 04:07:58 +02:00
|
|
|
--enable-languages=c,c++,objc,obj-c++ --enable-tls
|
2008-10-22 01:54:48 +02:00
|
|
|
--with-local-prefix=$XBPS_DESTDIR/$pkgname-$version
|
2008-10-22 04:07:58 +02:00
|
|
|
--with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr
|
|
|
|
--disable-rpath --with-system-zlib"
|
2008-10-21 04:38:29 +02:00
|
|
|
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"
|