about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-28 00:30:48 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-28 00:30:48 +0300
commit1409bc003b45e4ebc29921e270185e20e67519fd (patch)
tree8809eacbc609928ae9e374ecca48a6204dedd63a /pkgs/stdenv
parentc82d9e9faed470bf7574b8cd22b1a7677818be6d (diff)
downloadnixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar.gz
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar.bz2
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar.lz
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar.xz
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.tar.zst
nixlib-1409bc003b45e4ebc29921e270185e20e67519fd.zip
make-bootstrap-tools-cross.nix: Fix gcc build-time options for armv5tel
I broke this in the cleanups I did in 171c7f0, the gcc inside the bootstrap
tarball is not getting built with the correct --with-fpu, --with-float
etc. options.
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
index 522c28905a86..af82788d3fa9 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
@@ -16,6 +16,7 @@ let
       libc = "glibc";
       platform = pkgsNoParams.platforms.sheevaplug;
       openssl.system = "linux-generic32";
+      inherit (platform) gcc;
     };
   };