Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 175461e09b4631d87716308431b5f83fb2db396e
      
https://github.com/NixOS/nixpkgs/commit/175461e09b4631d87716308431b5f83fb2db396e
  Author: David McFarland <corng...@gmail.com>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M pkgs/build-support/cc-wrapper/utils.sh

  Log Message:
  -----------
  cc-wrapper: don't expand $ in response files

This makes the response file handling more consistent with GCC.

For example, a reponse file may contain:

    "-Wl,$ORIGIN"

GCC will treat this as a double quoted string and not expand the
variable reference.  Previously, cc-wrapper would expand the variable
in the same was as if the string was provided on the command line.


  Commit: 02668d6c6a8e5492be4339d715da570de9fae8f3
      
https://github.com/NixOS/nixpkgs/commit/02668d6c6a8e5492be4339d715da570de9fae8f3
  Author: Peter Simons <sim...@cryp.to>
  Date:   2016-11-19 (Sat, 19 Nov 2016)

  Changed paths:
    M pkgs/development/compilers/ghc/7.10.3.nix
    M pkgs/development/compilers/ghc/8.0.1.nix
    R 
pkgs/development/compilers/ghc/ghc-7.x-dont-pass-linker-flags-via-response-files.patch
    R 
pkgs/development/compilers/ghc/ghc-8.x-dont-pass-linker-flags-via-response-files.patch
    R 
pkgs/development/compilers/ghc/ghc-HEAD-dont-pass-linker-flags-via-response-files.patch
    M pkgs/development/compilers/ghc/head.nix

  Log Message:
  -----------
  ghc: drop patch that disables use of response files

https://github.com/NixOS/nixpkgs/issues/11762 has been fixed by
https://github.com/NixOS/nixpkgs/commit/1ad1edbb32ce01ba8b47d8e8dad357b0edd6a4dc.


Compare: https://github.com/NixOS/nixpkgs/compare/3995655d2c2c...02668d6c6a8e
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to