mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
build-system/meson: Add mips64el cross compilation support.
* guix/build-system/meson.scm (make-machine-alist): Add it.
This commit is contained in:
parent
d6f1b9487d
commit
34c7dd7e09
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ (define (make-machine-alist triplet)
|
|||
((target-x86-64? triplet) "x86_64")
|
||||
((target-arm32? triplet) "arm")
|
||||
((target-aarch64? triplet) "aarch64")
|
||||
((target-mips64el? triplet) "mips64")
|
||||
((target-powerpc? triplet)
|
||||
(if (target-64bit? triplet)
|
||||
"ppc64"
|
||||
|
|
Loading…
Reference in a new issue