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:
parent
20e756a093
commit
c66ff8ec3c
@ -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…
Reference in New Issue
Block a user