lib.systems.examples: separate loongarch64 for desktop and embedded variants
This commit is contained in:
@@ -170,9 +170,17 @@ rec {
|
||||
libc = "newlib";
|
||||
};
|
||||
|
||||
loongarch64-linux = {
|
||||
# https://github.com/loongson/la-softdev-convention/blob/master/la-softdev-convention.adoc#10-operating-system-package-build-requirements
|
||||
loongarch64-linux = lib.recursiveUpdate platforms.loongarch64-multiplatform {
|
||||
config = "loongarch64-unknown-linux-gnu";
|
||||
};
|
||||
loongarch64-linux-embedded = lib.recursiveUpdate platforms.loongarch64-multiplatform {
|
||||
config = "loongarch64-unknown-linux-gnu";
|
||||
gcc = {
|
||||
arch = "loongarch64";
|
||||
strict-align = true;
|
||||
};
|
||||
};
|
||||
|
||||
mmix = {
|
||||
config = "mmix-unknown-mmixware";
|
||||
|
||||
Reference in New Issue
Block a user