xbursttools: Cleanup slightly

This commit is contained in:
John Ericson 2018-05-09 22:40:27 -04:00 committed by John Ericson
parent e42a7a5c0b
commit f063a860d6
3 changed files with 18 additions and 18 deletions

View file

@ -57,6 +57,20 @@ rec {
platform = platforms.pogoplug4;
};
ben-nanonote = rec {
config = "mipsel-unknown-linux-uclibc";
arch = "mips";
float = "soft";
platform = {
name = "ben_nanonote";
kernelMajor = "2.6";
kernelArch = "mips";
gcc = {
arch = "mips32";
};
};
};
fuloongminipc = rec {
config = "mipsel-unknown-linux-gnu";
arch = "mips";