lib/systems: Sort platforms, and space CPUs

This commit is contained in:
John Ericson
2018-05-11 15:02:18 -04:00
parent e98814461d
commit 341794a4b9
3 changed files with 106 additions and 87 deletions
+1 -9
View File
@@ -47,15 +47,7 @@ rec {
ben-nanonote = rec {
config = "mipsel-unknown-linux-uclibc";
platform = {
name = "ben_nanonote";
kernelMajor = "2.6";
kernelArch = "mips";
gcc = {
arch = "mips32";
float = "soft";
};
};
platform = platforms.ben_nanonote;
};
fuloongminipc = rec {