me
/
guix
Archived
1
0
Fork 0

build-system/meson: Add mips64el cross compilation support.

* guix/build-system/meson.scm (make-machine-alist): Add it.
Mathieu Othacehe 2023-01-17 10:49:00 +01:00
parent d6f1b9487d
commit 34c7dd7e09
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -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"