From c66ff8ec3ce37a01659294efc36c4ab5e3036462 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 29 May 2017 20:12:06 -0400 Subject: [PATCH] cross tests and stdenv: armv5te*l* of sheevaplug explicit The "l" suffix presumably indicates it is little-endian, which it is. --- lib/systems/examples.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index da9b95a6454..3ffaf393435 100644 --- a/lib/systems/examples.nix +++ b/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";