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.

+1
+1
pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
··· 16 16 libc = "glibc"; 17 17 platform = pkgsNoParams.platforms.sheevaplug; 18 18 openssl.system = "linux-generic32"; 19 + inherit (platform) gcc; 19 20 }; 20 21 }; 21 22