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.
This commit is contained in:
Tuomas Tynkkynen 2016-08-28 00:30:48 +03:00
parent c82d9e9fae
commit 1409bc003b

View File

@ -16,6 +16,7 @@ let
libc = "glibc";
platform = pkgsNoParams.platforms.sheevaplug;
openssl.system = "linux-generic32";
inherit (platform) gcc;
};
};