[Nix-dev] Re: [Nix-commits] SVN commit: nix - 19547 - eelco - nixpkgs/branches/stdenv-updates/pkgs/top-level

Lluís Batlle viriketo at gmail.com
Tue Jan 19 18:39:36 CET 2010


2010/1/19 Eelco Dolstra <e.dolstra at tudelft.nl>:
>   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.



More information about the nix-dev mailing list