Merge pull request #224325 from amjoseph-nixpkgs/pr/mipsel/not-longson

linux/default.nix: use mipsel.nix instead of longson.nix for mips32
This commit is contained in:
Sergei Trofimovich 2023-04-02 09:45:03 +01:00 committed by GitHub
commit f845fda7e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
armv6l-linux = import ./bootstrap-files/armv6l.nix;
armv7l-linux = import ./bootstrap-files/armv7l.nix;
aarch64-linux = import ./bootstrap-files/aarch64.nix;
mipsel-linux = import ./bootstrap-files/loongson2f.nix;
mipsel-linux = import ./bootstrap-files/mipsel.nix;
mips64el-linux = import
(if localSystem.isMips64n32
then ./bootstrap-files/mips64el-n32.nix