summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-05-30 20:17:10 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-06-22 17:53:52 -0400
commit12795a706852539b8a29c796caced6295e7af459 (patch)
treebbc5d22ec4cf48406442ebabfdd83a6d418d7491 /pkgs/build-support
parentd016637629e16548a98c9c570136d8ba60e8c9cd (diff)
downloadnixlib-12795a706852539b8a29c796caced6295e7af459.tar
nixlib-12795a706852539b8a29c796caced6295e7af459.tar.gz
nixlib-12795a706852539b8a29c796caced6295e7af459.tar.bz2
nixlib-12795a706852539b8a29c796caced6295e7af459.tar.lz
nixlib-12795a706852539b8a29c796caced6295e7af459.tar.xz
nixlib-12795a706852539b8a29c796caced6295e7af459.tar.zst
nixlib-12795a706852539b8a29c796caced6295e7af459.zip
misc: Remove almost all uses of stdenv.{ccCross,binutils}
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/cc-wrapper/default.nix1
-rw-r--r--pkgs/build-support/gcc-wrapper-old/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/build-support/cc-wrapper/default.nix b/pkgs/build-support/cc-wrapper/default.nix
index 35a5e90583b8..0c624a1454a3 100644
--- a/pkgs/build-support/cc-wrapper/default.nix
+++ b/pkgs/build-support/cc-wrapper/default.nix
@@ -370,7 +370,6 @@ stdenv.mkDerivation {
 
   crossAttrs = {
     shell = shell.crossDrv + shell.crossDrv.shellPath;
-    libc = stdenv.ccCross.libc;
   };
 
   meta =
diff --git a/pkgs/build-support/gcc-wrapper-old/default.nix b/pkgs/build-support/gcc-wrapper-old/default.nix
index a87c726e0a8b..f8a7c62edc73 100644
--- a/pkgs/build-support/gcc-wrapper-old/default.nix
+++ b/pkgs/build-support/gcc-wrapper-old/default.nix
@@ -61,7 +61,6 @@ stdenv.mkDerivation {
 
   crossAttrs = {
     shell = shell.crossDrv + shell.crossDrv.shellPath;
-    libc = stdenv.ccCross.libc;
     coreutils = coreutils.crossDrv;
     binutils = binutils.crossDrv;
     gcc = gcc.crossDrv;