cross tests and stdenv: armv5te*l* of sheevaplug explicit

The "l" suffix presumably indicates it is little-endian, which it
is.
This commit is contained in:
John Ericson 2017-05-29 20:12:06 -04:00
parent 20e756a093
commit c66ff8ec3c

View file

@ -10,9 +10,9 @@ rec {
#
sheevaplug = rec {
config = "armv5te-unknown-linux-gnueabi";
config = "armv5tel-unknown-linux-gnueabi";
bigEndian = false;
arch = "armv5te";
arch = "armv5tel";
float = "soft";
withTLS = true;
libc = "glibc";