mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
release-cross: For fuloong, just use the predefined platform
This is a semantic change, but probably a safe one. In any event, this is very old hardware that probably no one uses anymore anyways.
This commit is contained in:
parent
85aa5005af
commit
213d29f6b7
1 changed files with 1 additions and 10 deletions
|
@ -139,16 +139,7 @@ in
|
||||||
float = "hard";
|
float = "hard";
|
||||||
withTLS = true;
|
withTLS = true;
|
||||||
libc = "glibc";
|
libc = "glibc";
|
||||||
platform = {
|
platform = pkgs.platforms.fuloong2f_n32;
|
||||||
name = "fuloong-minipc";
|
|
||||||
kernelMajor = "2.6";
|
|
||||||
kernelBaseConfig = "lemote2f_defconfig";
|
|
||||||
kernelHeadersBaseConfig = "fuloong2e_defconfig";
|
|
||||||
uboot = null;
|
|
||||||
kernelArch = "mips";
|
|
||||||
kernelAutoModules = false;
|
|
||||||
kernelTarget = "vmlinux";
|
|
||||||
};
|
|
||||||
openssl.system = "linux-generic32";
|
openssl.system = "linux-generic32";
|
||||||
gcc = {
|
gcc = {
|
||||||
arch = "loongson2f";
|
arch = "loongson2f";
|
||||||
|
|
Loading…
Reference in a new issue