nixpkgs/pkgs/stdenv
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
..
cross cross-stdenv: Only prune most overrides in the final stage 2017-04-24 16:31:53 -04:00
custom top-level: Lay the groundwork for {build,host,target}Platform 2017-01-24 11:37:56 -05:00
cygwin
darwin cross-stdenv: Only prune most overrides in the final stage 2017-04-24 16:31:53 -04:00
freebsd top-level: Lay the groundwork for {build,host,target}Platform 2017-01-24 11:37:56 -05:00
generic nixpkgs: allow packages to be marked insecure 2017-02-24 07:41:05 -05:00
linux binutils: Respect the targetPlatform 2017-04-25 21:31:50 -04:00
native top-level: Lay the groundwork for {build,host,target}Platform 2017-01-24 11:37:56 -05:00
nix top-level: Lay the groundwork for {build,host,target}Platform 2017-01-24 11:37:56 -05:00
adapters.nix cross-stdenv: Only prune most overrides in the final stage 2017-04-24 16:31:53 -04:00
booter.nix top-level: Introduce targetPackages and a "double link fold" 2017-04-23 14:01:12 -04:00
common-path.nix
default.nix stdenv: Bringup aarch64 architecture support 2017-01-25 00:01:51 +02:00