nixpkgs/pkgs/stdenv/linux
John Ericson 85b4d30c0b binutils: Respect the targetPlatform
Use `buildPackages.binutils` to get build = host != target binutils,
i.e. the old `binutilsCross`, and use
`buildPackages.buildPackages.binutils` to get build = host = target
binutils, i.e. the old `binutils`.

`buildPackages` chains like this are supposed to remove the need for
all such `*Cross` derivations. We start with binutils because it's
comparatively easy.

No hashes of cross-tests should be changed
2017-04-25 21:31:50 -04:00
..
bootstrap-files stdenv: ARM bootstrap: Update bootstrap tarballs to latest hydra-built ones 2017-04-15 01:52:33 +03:00
bootstrap-tools linux stdenv: Avoid assert false 2016-12-15 17:09:29 -05:00
default.nix cross-stdenv: Only prune most overrides in the final stage 2017-04-24 16:31:53 -04:00
make-bootstrap-tools-cross.nix binutils: Respect the targetPlatform 2017-04-25 21:31:50 -04:00
make-bootstrap-tools.nix make-bootstrap-tools.nix: Fix bzip2 2017-04-13 17:22:55 +03:00