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:
@@ -16,6 +16,7 @@ let
|
|||||||
libc = "glibc";
|
libc = "glibc";
|
||||||
platform = pkgsNoParams.platforms.sheevaplug;
|
platform = pkgsNoParams.platforms.sheevaplug;
|
||||||
openssl.system = "linux-generic32";
|
openssl.system = "linux-generic32";
|
||||||
|
inherit (platform) gcc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user