mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +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
|
--disable-libstdcxx-pch
|
||||||
--without-included-gettext
|
--without-included-gettext
|
||||||
--with-system-zlib
|
--with-system-zlib
|
||||||
--enable-lto
|
|
||||||
--enable-plugin
|
|
||||||
--enable-languages=${
|
--enable-languages=${
|
||||||
concatStrings (intersperse ","
|
concatStrings (intersperse ","
|
||||||
( optional langC "c"
|
( optional langC "c"
|
||||||
|
Loading…
Reference in New Issue
Block a user