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

The "l" suffix presumably indicates it is little-endian, which it
is.
wip/yesman
John Ericson 7 years ago
parent 20e756a093
commit c66ff8ec3c
  1. 4
      lib/systems/examples.nix

@ -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";

Loading…
Cancel
Save