Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7fe89be1464dd0263c7c987d2460613f44c7b229
      
https://github.com/NixOS/nixpkgs/commit/7fe89be1464dd0263c7c987d2460613f44c7b229
  Author: Eelco Dolstra <[email protected]>
  Date:   2014-06-30 (Mon, 30 Jun 2014)

  Changed paths:
    M pkgs/build-support/gcc-wrapper/gcc-wrapper.sh
    M pkgs/build-support/gcc-wrapper/ld-wrapper.sh
    M pkgs/development/compilers/gcc/4.8/default.nix
    R pkgs/development/compilers/gcc/4.8/no-sys-dirs.patch

  Log Message:
  -----------
  gcc: Fix purity

Somewhere the no-sys-dirs.patch got disabled, so gcc was looking in
/usr/local/include and /usr/lib. Since I can't fix the patch easily,
I've borrowed the --sysroot trick from clang-wrapper. This causes
builtin paths to be prefixed with /var/empty
(e.g. /var/empty/usr/lib), which don't exist.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to