2010/1/19 Eelco Dolstra <[email protected]>: > gcc44_real = lowPrio (wrapGCC (makeOverridable (import > ../development/compilers/gcc-4.4) { > - inherit fetchurl stdenv texinfo gmp mpfr ppl cloogppl > + inherit fetchurl stdenv texinfo gmp mpfr /* ppl cloogppl */ > gettext which noSysDirs; > profiledCompiler = true; > })); > @@ -3704,10 +3704,9 @@ > > gmp = import ../development/libraries/gmp { > inherit stdenv fetchurl m4; > + cxx = false; > }; > > - # `gmpxx' used to mean "GMP with C++ bindings". Now `gmp' has C++ bindings > - # by default, so that distinction is obsolete. > gmpxx = gmp;
If the gmp used in the gcc expression includes c++ bindings (so, a reference to the other gcc libstdc++), we are not solving anything disabling ppl or cloogppl. Wasn't the purpose of disabling them removing the libstdc++ references? Regards, Lluís. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
