From d6accc34bfa99b4d748d641956504716e6700fa6 Mon Sep 17 00:00:00 2001 From: davehome Date: Tue, 19 Jul 2011 02:55:43 -0600 Subject: [PATCH] mingw-w64-gcc: Remove fortran and lto support; revump. --- srcpkgs/mingw-w64-gcc/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/mingw-w64-gcc/template b/srcpkgs/mingw-w64-gcc/template index 478959f3422..04e27a4e639 100644 --- a/srcpkgs/mingw-w64-gcc/template +++ b/srcpkgs/mingw-w64-gcc/template @@ -3,7 +3,7 @@ pkgname=mingw-w64-gcc _majorver=4.6 version=${_majorver}.1 -revision=1 +revision=2 distfiles=http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2 build_style=custom-install short_desc="The GNU C Compiler (for mingw-w64)" @@ -12,8 +12,7 @@ homepage="http://mingw-w64.sourceforge.net/" license="GFDL-1.2, GPL-3, LGPL-2.1" checksum=8eebf51c908151d1f1a3756c8899c5e71572e8469a547ad72a1ef16a08a31b59 long_desc=" - The GNU C Compiler suite, with support for C, C++, ObjC and ObjC++, - and Fortran. + The GNU C Compiler suite, with support for C, C++, ObjC and ObjC++. This is the mingw-64 cross-compiler, which supports building code for Win32 or Win64 (multilib). For the i686 platform, only 32bit is available." @@ -69,10 +68,10 @@ do_build() --bindir=${_mingwprefix}/bin --target=${_mingwtriplet} \ ${_multilib_args} --enable-threads=win32 --disable-win32-registry \ --enable-version-specific-runtime-libs --enable-__cxa_atexit \ - --enable-languages=c,c++,objc,obj-c++,fortran,lto --enable-tls \ + --enable-languages=c,c++,objc,obj-c++, --enable-tls \ --with-mpfr=$XBPS_MASTERDIR/usr --with-gmp=$XBPS_MASTERDIR/usr \ --with-ppl=${XBPS_MASTERDIR}/usr --with-cloog=${XBPS_MASTERDIR}/usr \ - --with-system-zlib --enable-static --disable-shared --enable-lto \ + --with-system-zlib --enable-static --disable-shared --disable-lto \ --enable-linker-build-id --enable-gnu-unique-object \ --enable-checking=release --disable-nls --disable-bootstrap \ --libdir=${_mingwprefix}/lib --libexecdir=${_mingwprefix}/lib