This is for consistency with terminology in stdenv (and the terms
"hostDrv" and "buildDrv" are not very intuitive, even if they're
consistent with GNU terminology).
some redundant builds (e.g., GMP was built three times).
* Updated GMP to 5.0.2.
* Updated PPL to 0.11.2.
* Remove ad hoc flags to build GCC's dependencies statically.
Instead, use the ‘makeStaticLibraries’ stdenv adapter.
* Build GMP with C++ support by default.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30891
This is so ppl can be bumped to 0.11, so that when stdenv-updates
is merged we can go back to only having one version of ppl
Tested by nix-build -A gcc44: gcc-4.4 was the first to use graphite
optimizations, and obviously stdenv had to be rebuilt to compile gcc-4.4
svn path=/nixpkgs/branches/stdenv-updates/; revision=26706