mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user