From 1409bc003b45e4ebc29921e270185e20e67519fd Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Sun, 28 Aug 2016 00:30:48 +0300 Subject: 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. --- pkgs/stdenv/linux/make-bootstrap-tools-cross.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/stdenv') 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; }; }; -- cgit 1.4.1