GCC 4.5: Remove unnecessary `configure' flags.

The `--enable-lto' and `--enable-plugin' flags are automatically implied
when all their prerequisites are satisfied.  However, passing them
explicitly breaks cases where some of the prerequisites are not met,
such as static (`--without-headers') cross-compilers.

svn path=/nixpkgs/trunk/; revision=22316
This commit is contained in:
Ludovic Courtès 2010-06-17 21:23:22 +00:00
parent 100ece1ac9
commit c930debb54

@ -204,8 +204,6 @@ stdenv.mkDerivation ({
--disable-libstdcxx-pch
--without-included-gettext
--with-system-zlib
--enable-lto
--enable-plugin
--enable-languages=${
concatStrings (intersperse ","
( optional langC "c"