release-cross: Fix more typos---this is embarrising

This commit is contained in:
John Ericson 2017-04-17 21:02:56 -04:00
parent 9169f3c924
commit 5c91dc9bcf

View File

@ -77,7 +77,7 @@ in
arch = "arm"; arch = "arm";
float = "soft"; float = "soft";
withTLS = true; withTLS = true;
platform = pkgs.platforms.sheevaplug; platform = lib.systems.platforms.sheevaplug;
libc = "glibc"; libc = "glibc";
openssl.system = "linux-generic32"; openssl.system = "linux-generic32";
}; };
@ -136,7 +136,7 @@ in
float = "hard"; float = "hard";
withTLS = true; withTLS = true;
libc = "glibc"; libc = "glibc";
platform = lib.platforms.fuloong2f_n32; platform = lib.systems.platforms.fuloong2f_n32;
openssl.system = "linux-generic32"; openssl.system = "linux-generic32";
gcc = { gcc = {
arch = "loongson2f"; arch = "loongson2f";
@ -160,7 +160,7 @@ in
fpu = "vfp"; fpu = "vfp";
withTLS = true; withTLS = true;
libc = "glibc"; libc = "glibc";
platform = lib.platforms.raspberrypi; platform = lib.systems.platforms.raspberrypi;
openssl.system = "linux-generic32"; openssl.system = "linux-generic32";
gcc = { gcc = {
arch = "armv6"; arch = "armv6";