summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-08-21 18:26:08 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-08-21 18:40:41 -0400
commitc03571107213331494fb5330fd2bb4129d19cdbc (patch)
treee69519422b92fce01c39f00bf537ed9b20e9ce72 /pkgs/stdenv/linux
parent0ab717d5478dd608fe4e167016451e73d25d5469 (diff)
downloadnixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar.gz
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar.bz2
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar.lz
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar.xz
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.tar.zst
nixlib-c03571107213331494fb5330fd2bb4129d19cdbc.zip
cc-wrapper: Remove unused params
Ensured hashes unchanged and eval succeeds in tarball job
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/stdenv/linux/default.nix b/pkgs/stdenv/linux/default.nix
index 61262e1a64e5..d8ee60af65e7 100644
--- a/pkgs/stdenv/linux/default.nix
+++ b/pkgs/stdenv/linux/default.nix
@@ -79,8 +79,6 @@ let
           buildPackages = lib.optionalAttrs (prevStage ? stdenv) {
             inherit (prevStage) stdenv;
           };
-          hostPlatform = localSystem;
-          targetPlatform = localSystem;
           cc = prevStage.gcc-unwrapped;
           isGNU = true;
           libc = prevStage.glibc;
@@ -244,8 +242,6 @@ in
         buildPackages = {
           inherit (prevStage) stdenv;
         };
-        hostPlatform = localSystem;
-        targetPlatform = localSystem;
         cc = prevStage.gcc-unwrapped;
         libc = self.glibc;
         inherit (self) stdenv binutils coreutils gnugrep;