Author: ludo Date: 2010-06-17 21:23:22 +0000 (Thu, 17 Jun 2010) New Revision: 22316
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22316&view=rev Modified: nixpkgs/trunk/pkgs/development/compilers/gcc-4.5/default.nix Log: 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. Changes: Modified: nixpkgs/trunk/pkgs/development/compilers/gcc-4.5/default.nix =================================================================== --- nixpkgs/trunk/pkgs/development/compilers/gcc-4.5/default.nix 2010-06-17 20:28:00 UTC (rev 22315) +++ nixpkgs/trunk/pkgs/development/compilers/gcc-4.5/default.nix 2010-06-17 21:23:22 UTC (rev 22316) @@ -204,8 +204,6 @@ --disable-libstdcxx-pch --without-included-gettext --with-system-zlib - --enable-lto - --enable-plugin --enable-languages=${ concatStrings (intersperse "," ( optional langC "c" _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
