summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-08-28 14:56:08 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-12-13 16:08:18 -0500
commit8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd (patch)
tree1f981fdaa6de98e84214b0feb76795812dbfe10f /pkgs/top-level
parent4f869bccc14fb2fa19df130e76c022765ecda924 (diff)
downloadnixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar.gz
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar.bz2
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar.lz
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar.xz
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.tar.zst
nixlib-8e557ed2c58e6ce48a8d05dbc57ef84e98b4cecd.zip
bintools-wrapper: Init
Factor a bintools (i.e. binutils / cctools) wrapper out of cc-wrapper. While
only LD is wrapped, the setup hook defines environment variables on behalf of
other utilites.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d947009defb1..d66c4dcd76d7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5618,6 +5618,7 @@ with pkgs;
         crossStageStatic = true;
         langCC = false;
         libcCross = libcCross1;
+        targetPackages.stdenv.cc.bintools = binutils;
         enableShared = false;
       };
       libc = libcCross1;