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

The "l" suffix presumably indicates it is little-endian, which it
is.

Changed files
+2 -2
lib
systems
+2 -2
lib/systems/examples.nix
···
#
sheevaplug = rec {
-
config = "armv5te-unknown-linux-gnueabi";
+
config = "armv5tel-unknown-linux-gnueabi";
bigEndian = false;
-
arch = "armv5te";
+
arch = "armv5tel";
float = "soft";
withTLS = true;
libc = "glibc";