build-system/meson: Add mips64el cross compilation support.
* guix/build-system/meson.scm (make-machine-alist): Add it.
parent
d6f1b9487d
commit
34c7dd7e09
|
@ -55,6 +55,7 @@ for TRIPLET."
|
||||||
((target-x86-64? triplet) "x86_64")
|
((target-x86-64? triplet) "x86_64")
|
||||||
((target-arm32? triplet) "arm")
|
((target-arm32? triplet) "arm")
|
||||||
((target-aarch64? triplet) "aarch64")
|
((target-aarch64? triplet) "aarch64")
|
||||||
|
((target-mips64el? triplet) "mips64")
|
||||||
((target-powerpc? triplet)
|
((target-powerpc? triplet)
|
||||||
(if (target-64bit? triplet)
|
(if (target-64bit? triplet)
|
||||||
"ppc64"
|
"ppc64"
|
||||||
|
|
Reference in New Issue