Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c4ba2e3ef691c349bcce2b1e8b76a0bcd253544c
      
https://github.com/NixOS/nixpkgs/commit/c4ba2e3ef691c349bcce2b1e8b76a0bcd253544c
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix
    M pkgs/stdenv/darwin/default.nix
    M pkgs/stdenv/freebsd/default.nix
    M pkgs/stdenv/linux/default.nix
    M pkgs/stdenv/native/default.nix
    M pkgs/stdenv/nix/default.nix

  Log Message:
  -----------
  cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`

Modify bootstrapping stdenvs to make sure `targetPlatform` also passed.


  Commit: 459f1c60f5e53acb96123a7da8463d1e21093426
      
https://github.com/NixOS/nixpkgs/commit/459f1c60f5e53acb96123a7da8463d1e21093426
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix
    M pkgs/stdenv/darwin/default.nix
    M pkgs/stdenv/freebsd/default.nix
    M pkgs/stdenv/linux/default.nix
    M pkgs/stdenv/native/default.nix
    M pkgs/stdenv/nix/default.nix

  Log Message:
  -----------
  cc-wrapper: Learn about target prefixes

This is first step towards getting rid of gcc-wrapper-cross


  Commit: d70e7263f47e890a350f50686bbf38e5f342cf37
      
https://github.com/NixOS/nixpkgs/commit/d70e7263f47e890a350f50686bbf38e5f342cf37
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Simplify and correct logic to chose dynamic linker library


  Commit: 04a3cad968fccc11fd07997cd5b496f4c482aae7
      
https://github.com/NixOS/nixpkgs/commit/04a3cad968fccc11fd07997cd5b496f4c482aae7
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Add support for no libc whatsoever


  Commit: 0f0383394d006ae1c67e2815d5b4a8e4c7788de0
      
https://github.com/NixOS/nixpkgs/commit/0f0383394d006ae1c67e2815d5b4a8e4c7788de0
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Salt environment variables with LLVM triples

We now (on cross) require per-target flag interposition by putting the
triple in the names of the relevant environment variables, e.g:

export NIX_arm_unknown_linux_gnu_CFLAGS_COMPILE=...

The wrapper also has a `infixSalt` attribute (and "_" prefixed and
suffixed variants) to assist downstream packages.

Note how that the dashes are replaced to keep the identifier valid.
Using names like this allows us to keep the settings for different
compilers seperate.

I think it might be even better to use names like `NIX_{BUILD,HOST}...`
using the platform's role rather than the platform itself, but this
would be more work as the previous stages' tools would have to be re-
wrapped to take on their new role. I therefore didn't do this for now,
but that route should be thoroughly explored in the future.


  Commit: 8a7433fca4d08ee6654df498e0f238f0dfab01be
      
https://github.com/NixOS/nixpkgs/commit/8a7433fca4d08ee6654df498e0f238f0dfab01be
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Temporarily got to great lengths to avoid mass-rebuild

Eventually we should avoid this "pre-wrapping" and just update those
files in nixpkgs. This mass-rebuild change is best done along with
those needed to reduce the disparity between native and cross (i.e.
making native the "identity cross").


  Commit: 121e7d9335187fa742abba7994e03b495b8f2a6c
      
https://github.com/NixOS/nixpkgs/commit/121e7d9335187fa742abba7994e03b495b8f2a6c
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    R pkgs/build-support/gcc-cross-wrapper/add-flags
    R pkgs/build-support/gcc-cross-wrapper/builder.sh
    R pkgs/build-support/gcc-cross-wrapper/default.nix
    R pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh
    R pkgs/build-support/gcc-cross-wrapper/ld-wrapper.sh
    R pkgs/build-support/gcc-cross-wrapper/setup-hook.sh
    R pkgs/build-support/gcc-cross-wrapper/utils.sh
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  gcc-cross-wrapper: Remove in favor of newly-cross-supporting `cc-wrapper`


  Commit: 9bfd03eff78aa37bff9a7f4cb12c6bed1f04e764
      
https://github.com/NixOS/nixpkgs/commit/9bfd03eff78aa37bff9a7f4cb12c6bed1f04e764
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/stdenv/adapters.nix
    M pkgs/stdenv/cross/default.nix
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra 
buildDepends

It now has the correct wrapped tools and nothing else is needed.


  Commit: 594d26420594acf458e5a8ab75229a2147d9194f
      
https://github.com/NixOS/nixpkgs/commit/594d26420594acf458e5a8ab75229a2147d9194f
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M doc/stdenv.xml
    M pkgs/applications/video/mplayer/default.nix
    M pkgs/applications/video/omxplayer/default.nix
    M pkgs/development/compilers/ghc/head.nix
    M pkgs/development/compilers/rust/rustc.nix
    M pkgs/development/libraries/ffmpeg-full/default.nix
    M pkgs/development/libraries/ffmpeg/generic.nix
    M pkgs/development/libraries/libav/default.nix
    M pkgs/development/libraries/libvpx/default.nix
    M pkgs/development/libraries/libvpx/git.nix
    M pkgs/development/libraries/qt-4.x/4.8/default.nix
    M pkgs/development/libraries/zlib/default.nix
    M pkgs/stdenv/adapters.nix
    M pkgs/stdenv/cross/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  cross stdenv adaptor: Support --host --build --target across the board

Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.

rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building


  Commit: e0492d58a68a825924493d381bcc52a20177e5ef
      
https://github.com/NixOS/nixpkgs/commit/e0492d58a68a825924493d381bcc52a20177e5ef
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/stdenv/adapters.nix

  Log Message:
  -----------
  cross stdenv adaptor: Disable checkPhase by default

Before gcc-cross-wrapper did this unconditionally


  Commit: c1fb71b74a15eba29c01ce8b2aa514310c437992
      
https://github.com/NixOS/nixpkgs/commit/c1fb71b74a15eba29c01ce8b2aa514310c437992
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: when cross building, wedge in setting AR, AS, and LD env vars to 
their cross building versions

I think it's ok to export things which aren't wrapped. The cc-wrapper
can be thought of as responsible for all of binutils and the c
compiler, only wrapping those binaries which are necessary to
interposition---as opposed to all binaries it thinks are relevaant.

Conversely, adding the setup hook to the unwrapped compilers would be
unforunate as hooks are ugly hacks and the compilers themselves take
a long time to rebuild. Better to wholely separate "pure packages" from
hacks.


  Commit: 0aee847858631b2b5aaef54714b598ce78b31b20
      
https://github.com/NixOS/nixpkgs/commit/0aee847858631b2b5aaef54714b598ce78b31b20
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Make the cross compiler use a crossEnvHook

This is a hack until stdenv's setup.hs gets overhauled


  Commit: c2e2152afc513fa4eda51b96dc5c7f349c3497da
      
https://github.com/NixOS/nixpkgs/commit/c2e2152afc513fa4eda51b96dc5c7f349c3497da
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix

  Log Message:
  -----------
  cc-wrapper: Port over finding of dynamic linker from gcc-cross-wrapper

At the next break, we can deduplicate and go for the best of both
worlds.


  Commit: bb7067f882bf3c53ea68780a8ec0a7117f563253
      
https://github.com/NixOS/nixpkgs/commit/bb7067f882bf3c53ea68780a8ec0a7117f563253
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    A pkgs/os-specific/windows/mingw-w64/common.nix
    M pkgs/os-specific/windows/mingw-w64/default.nix
    A pkgs/os-specific/windows/mingw-w64/headers.nix
    A pkgs/os-specific/windows/mingw-w64/pthreads.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  mingw-w64: Clean up, especially clarifying staging


  Commit: fc42ec0a5cf9962a6af9c2da39ff748b30299b67
      
https://github.com/NixOS/nixpkgs/commit/fc42ec0a5cf9962a6af9c2da39ff748b30299b67
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/os-specific/windows/mingw-w64/default.nix

  Log Message:
  -----------
  mingw-w64: Depend on own headers derivation

Without this, a `#include <float.h>` resolves incorrectly. Either the
headers weren't on the include path at all, or they only were for
local, not system, imports.

What's weird is this used to not be a problem. Not sure what other
change in e.g. cc-wrapper would affect this.


  Commit: f55ccbb60fb1022ce9d27595fc8200dd1d0da6db
      
https://github.com/NixOS/nixpkgs/commit/f55ccbb60fb1022ce9d27595fc8200dd1d0da6db
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/misc/xburst-tools/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  xbursttools: Fix eval at least so tests pass


  Commit: 29c4d7f505c39930f0d457c9ba4570d6a768f67c
      
https://github.com/NixOS/nixpkgs/commit/29c4d7f505c39930f0d457c9ba4570d6a768f67c
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/podofo/default.nix

  Log Message:
  -----------
  podofo: Simplify derivation

Bunch of junk for linux and cross compilation that's no longer needed


  Commit: d016637629e16548a98c9c570136d8ba60e8c9cd
      
https://github.com/NixOS/nixpkgs/commit/d016637629e16548a98c9c570136d8ba60e8c9cd
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/podofo/default.nix

  Log Message:
  -----------
  podofo: unsimplify derivation a bit to avoid hash breakage


  Commit: 12795a706852539b8a29c796caced6295e7af459
      
https://github.com/NixOS/nixpkgs/commit/12795a706852539b8a29c796caced6295e7af459
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/build-support/cc-wrapper/default.nix
    M pkgs/build-support/gcc-wrapper-old/default.nix
    M pkgs/development/compilers/gcc/4.5/default.nix
    M pkgs/development/compilers/gcc/4.8/default.nix
    M pkgs/development/compilers/gcc/4.9/default.nix
    M pkgs/development/compilers/gcc/5/default.nix
    M pkgs/development/compilers/gcc/6/default.nix
    M pkgs/development/compilers/gcc/snapshot/default.nix
    M pkgs/development/compilers/ghc/head.nix

  Log Message:
  -----------
  misc: Remove almost all uses of stdenv.{ccCross,binutils}


  Commit: 38b2bd2f2853da7021e0efe001e7ec0a313afe44
      
https://github.com/NixOS/nixpkgs/commit/38b2bd2f2853da7021e0efe001e7ec0a313afe44
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/networking/dropbear/default.nix

  Log Message:
  -----------
  dropbear: Remove now-unneeded crossAttrs


  Commit: f63f96ae355281bf89ea08f5c5af3b939878df5f
      
https://github.com/NixOS/nixpkgs/commit/f63f96ae355281bf89ea08f5c5af3b939878df5f
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/zlib/default.nix

  Log Message:
  -----------
  zlib: don't really override CC at ay point

but leave the preConfigure script as it was when not cross building in order to 
avoid hash breakage


  Commit: 167b80ba76ae767b1d37458afb113683921d8c74
      
https://github.com/NixOS/nixpkgs/commit/167b80ba76ae767b1d37458afb113683921d8c74
  Author: John Ericson <John.Ericson@Obsidian.Systems>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/misc/coreutils/default.nix

  Log Message:
  -----------
  coreutils: Modernize and fix for cross

"--host=..." needs to be passed but crossAttrs overrides that.


  Commit: 8b22e497f2bbffca98dc73502b1873595fb36ea9
      
https://github.com/NixOS/nixpkgs/commit/8b22e497f2bbffca98dc73502b1873595fb36ea9
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/applications/editors/vim/default.nix

  Log Message:
  -----------
  vim: Modernize derivation, hopefully fixing cross


  Commit: 05b3c87d9d9df6a8eac118f6d243f5a94649d66a
      
https://github.com/NixOS/nixpkgs/commit/05b3c87d9d9df6a8eac118f6d243f5a94649d66a
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/os-specific/linux/busybox/default.nix

  Log Message:
  -----------
  busybox: Modernize and fix cross


  Commit: 7bdacad8b39568611e84da5aa3b37e4e70641012
      
https://github.com/NixOS/nixpkgs/commit/7bdacad8b39568611e84da5aa3b37e4e70641012
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/applications/editors/ed/default.nix

  Log Message:
  -----------
  ed: Modernize and fix for cross


  Commit: ef0b07e94a2fa745d731b0308dbc175be58d0184
      
https://github.com/NixOS/nixpkgs/commit/ef0b07e94a2fa745d731b0308dbc175be58d0184
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/text/gnupatch/default.nix

  Log Message:
  -----------
  gnu patch: Fix for cross


  Commit: f75ad79375d3596d6402af881454ba8c5260b866
      
https://github.com/NixOS/nixpkgs/commit/f75ad79375d3596d6402af881454ba8c5260b866
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/shells/bash/4.4.nix

  Log Message:
  -----------
  bash: Modernize derivation, hopefully fixing cross compilation


  Commit: c54c3cb5cef4ff05ea7af017afbf8c2e294c1f2d
      
https://github.com/NixOS/nixpkgs/commit/c54c3cb5cef4ff05ea7af017afbf8c2e294c1f2d
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/mpfr/default.nix

  Log Message:
  -----------
  mpfs: Fix for cross by disabling check

check phase is now only disabled by *default* for cross, but mpfr
was forcing it always.


  Commit: 2e337fe969a55f66dcd41715b73f9c68acc38867
      
https://github.com/NixOS/nixpkgs/commit/2e337fe969a55f66dcd41715b73f9c68acc38867
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    A pkgs/development/libraries/libelf/cross-ar.patch
    M pkgs/development/libraries/libelf/default.nix

  Log Message:
  -----------
  libelf: Modernize and fix for cross


  Commit: af8d1a4acebdb723f75c20512f4458d2bc82e8ae
      
https://github.com/NixOS/nixpkgs/commit/af8d1a4acebdb723f75c20512f4458d2bc82e8ae
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/tools/misc/binutils/default.nix

  Log Message:
  -----------
  binutils: Fix build != host == target


  Commit: b93e6034d5c37ce2f6faa632a08a619b5c01b52f
      
https://github.com/NixOS/nixpkgs/commit/b93e6034d5c37ce2f6faa632a08a619b5c01b52f
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/libsigsegv/default.nix

  Log Message:
  -----------
  libsigsegv: Fix for cross by disabling check

Check phase is now only disabled *by default* for cross, but this
package was forcing it unconditionally.


  Commit: ff6ab1b3c4f13bb2972b06ab9b881b49ef7b521b
      
https://github.com/NixOS/nixpkgs/commit/ff6ab1b3c4f13bb2972b06ab9b881b49ef7b521b
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/pcre/default.nix

  Log Message:
  -----------
  pcre: Modernize and fix cross


  Commit: 54089620f5ef77f7c1ed3b5db497986423f0d0f4
      
https://github.com/NixOS/nixpkgs/commit/54089620f5ef77f7c1ed3b5db497986423f0d0f4
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/libraries/libmpc/default.nix

  Log Message:
  -----------
  libpmc: Fix for cross by disabling check

Check phase is now only disabled *by default* for cross, but this
package was forcing it unconditionally.


  Commit: d710c2d9430f0ebc3f743c4ca5c6e3e5718c149e
      
https://github.com/NixOS/nixpkgs/commit/d710c2d9430f0ebc3f743c4ca5c6e3e5718c149e
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/misc/findutils/default.nix

  Log Message:
  -----------
  findutils: modernize and fix cross


  Commit: bef622a4e836999da0d398f78f3968f6b7c629b3
      
https://github.com/NixOS/nixpkgs/commit/bef622a4e836999da0d398f78f3968f6b7c629b3
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    A pkgs/tools/archivers/unzip/cross-cc.patch
    M pkgs/tools/archivers/unzip/default.nix

  Log Message:
  -----------
  unzip: Fix for cross


  Commit: be3f18d79e2d232c2cbd2a394c34476af8413f0a
      
https://github.com/NixOS/nixpkgs/commit/be3f18d79e2d232c2cbd2a394c34476af8413f0a
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/tools/system/ddrescue/default.nix

  Log Message:
  -----------
  ddrescue: modernize and fix cross (hopefully)

Carefully do not add attributes for cross unless in cross, to avoid hash 
breakage


  Commit: 502902f1c6d16faec2ecca669e4cc77987fb676f
      
https://github.com/NixOS/nixpkgs/commit/502902f1c6d16faec2ecca669e4cc77987fb676f
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/applications/networking/browsers/lynx/default.nix

  Log Message:
  -----------
  lynx: Fix for cross

Needed C toolchain targeting build platform


  Commit: 7c754b1e3bb769da01c49342bc23816605928bf8
      
https://github.com/NixOS/nixpkgs/commit/7c754b1e3bb769da01c49342bc23816605928bf8
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/applications/audio/mpg123/default.nix

  Log Message:
  -----------
  mpg123: Modernize and fix for cross

Do not even think about configureFlags unless in cross, to avoid hash
breaking when not in cross.


  Commit: 198dceccbe5414a5fd72ca83624c0cc715db1aad
      
https://github.com/NixOS/nixpkgs/commit/198dceccbe5414a5fd72ca83624c0cc715db1aad
  Author: Ross MacLeod <rmm-git...@z.odi.ac>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
    M pkgs/development/compilers/gcc/5/default.nix

  Log Message:
  -----------
  gcc5: set --build and --host in the case where those differ and make sure to 
have a build cc-wrapper around as well


  Commit: afd2bdbad25db4b0007b52d07161345e6426ae72
      
https://github.com/NixOS/nixpkgs/commit/afd2bdbad25db4b0007b52d07161345e6426ae72
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
    M doc/stdenv.xml
    M pkgs/applications/audio/mpg123/default.nix
    M pkgs/applications/editors/ed/default.nix
    M pkgs/applications/editors/vim/default.nix
    M pkgs/applications/networking/browsers/lynx/default.nix
    M pkgs/applications/video/mplayer/default.nix
    M pkgs/applications/video/omxplayer/default.nix
    M pkgs/build-support/cc-wrapper/default.nix
    R pkgs/build-support/gcc-cross-wrapper/add-flags
    R pkgs/build-support/gcc-cross-wrapper/builder.sh
    R pkgs/build-support/gcc-cross-wrapper/default.nix
    R pkgs/build-support/gcc-cross-wrapper/gcc-wrapper.sh
    R pkgs/build-support/gcc-cross-wrapper/ld-wrapper.sh
    R pkgs/build-support/gcc-cross-wrapper/setup-hook.sh
    R pkgs/build-support/gcc-cross-wrapper/utils.sh
    M pkgs/build-support/gcc-wrapper-old/default.nix
    M pkgs/development/compilers/gcc/4.5/default.nix
    M pkgs/development/compilers/gcc/4.8/default.nix
    M pkgs/development/compilers/gcc/4.9/default.nix
    M pkgs/development/compilers/gcc/5/default.nix
    M pkgs/development/compilers/gcc/6/default.nix
    M pkgs/development/compilers/gcc/snapshot/default.nix
    M pkgs/development/compilers/ghc/head.nix
    M pkgs/development/compilers/rust/rustc.nix
    M pkgs/development/libraries/ffmpeg-full/default.nix
    M pkgs/development/libraries/ffmpeg/generic.nix
    M pkgs/development/libraries/libav/default.nix
    A pkgs/development/libraries/libelf/cross-ar.patch
    M pkgs/development/libraries/libelf/default.nix
    M pkgs/development/libraries/libmpc/default.nix
    M pkgs/development/libraries/libsigsegv/default.nix
    M pkgs/development/libraries/libvpx/default.nix
    M pkgs/development/libraries/libvpx/git.nix
    M pkgs/development/libraries/mpfr/default.nix
    M pkgs/development/libraries/pcre/default.nix
    M pkgs/development/libraries/podofo/default.nix
    M pkgs/development/libraries/qt-4.x/4.8/default.nix
    M pkgs/development/libraries/zlib/default.nix
    M pkgs/development/tools/misc/binutils/default.nix
    M pkgs/os-specific/linux/busybox/default.nix
    A pkgs/os-specific/windows/mingw-w64/common.nix
    M pkgs/os-specific/windows/mingw-w64/default.nix
    A pkgs/os-specific/windows/mingw-w64/headers.nix
    A pkgs/os-specific/windows/mingw-w64/pthreads.nix
    M pkgs/shells/bash/4.4.nix
    M pkgs/stdenv/adapters.nix
    M pkgs/stdenv/cross/default.nix
    M pkgs/stdenv/darwin/default.nix
    M pkgs/stdenv/freebsd/default.nix
    M pkgs/stdenv/linux/default.nix
    M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
    M pkgs/stdenv/native/default.nix
    M pkgs/stdenv/nix/default.nix
    A pkgs/tools/archivers/unzip/cross-cc.patch
    M pkgs/tools/archivers/unzip/default.nix
    M pkgs/tools/misc/coreutils/default.nix
    M pkgs/tools/misc/findutils/default.nix
    M pkgs/tools/misc/xburst-tools/default.nix
    M pkgs/tools/networking/dropbear/default.nix
    M pkgs/tools/system/ddrescue/default.nix
    M pkgs/tools/text/gnupatch/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix

Get rid of gcc-cross-wrapper


Compare: https://github.com/NixOS/nixpkgs/compare/c76f8d9c7ab0...afd2bdbad25d
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to