Merge pull request #40378 from obsidiansystems/lib-platform-sort

lib/systems: Sort platforms, and space CPUs
This commit is contained in:
John Ericson
2018-05-11 17:10:49 -04:00
committed by GitHub
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 {