3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #228013 from amjoseph-nixpkgs/pr/qemuArch/mips

lib/systems: add mips64[el] entries to qemuArch
This commit is contained in:
Adam Joseph 2023-05-09 06:39:13 +00:00 committed by GitHub
commit 89325a10b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,7 @@ rec {
else if final.isS390 && !final.isS390x then null
else if final.isx86_64 then "x86_64"
else if final.isx86 then "i386"
else if final.isMips64 then "mips64${lib.optionalString final.isLittleEndian "el"}"
else final.uname.processor;
# Name used by UEFI for architectures.