--with-stage1-libs defaults to whatever is passed to --with-host-libstdcxx, and building gcc 4.6.0 against a static ppl fails when --with-stage1-libs is specified as it is here
svn path=/nixpkgs/trunk/; revision=26702
The problem with gnat46 not building was because gnatboot replaces the stdenv
gcc with the gnat45 gcc, so calling g++ directly as the C++ preprocessor fixes
this.
svn path=/nixpkgs/trunk/; revision=26671
This isn't as useful as it could be, since gcc-wrapper doesn't know about
the gccgo binary so there is no gccgo wrapper script. Since changing
gcc-wrapper would lead to a nearly full rebuild, I thing the change to
gcc-wrapper should go into stdenv-updates.
svn path=/nixpkgs/trunk/; revision=26668
* Modify the builder to not fail when a static library is in $out/libexec/gcc/*/*
* Disable libquadmath when building a static-only bootstrap of GCC, see http://gcc.gnu.org/ml/gcc/2011-03/msg00465.html
* Add handling for cloog if it is passed in in place of cloog-ppl
svn path=/nixpkgs/trunk/; revision=26639