lib/systems: add mips64[el] entries to qemuArch

This commit adds `mips64el` to the `qemuArch` table.
This commit is contained in:
Adam Joseph 2023-04-23 20:44:31 -07:00
parent 884ac29401
commit 7001445909

View File

@ -143,6 +143,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.