[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/18: build: qemu-command: Add support for powerpc.
From: |
guix-commits |
Subject: |
08/18: build: qemu-command: Add support for powerpc. |
Date: |
Fri, 12 Mar 2021 03:22:40 -0500 (EST) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 728567645ef89f9338df53cce7d517f0b922665d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 4 22:24:51 2020 +0300
build: qemu-command: Add support for powerpc.
* gnu/build/vm.scm (qemu-command): Add missing case for powerpc.
---
gnu/build/vm.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index 253d9bc..a2c2d79 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -75,6 +75,7 @@
(cond
((string-match "^i[3456]86$" cpu) "i386")
((string-match "armhf" cpu) "arm")
+ ((string-match "powerpc" cpu) "ppc")
(else cpu)))))
(define* (load-in-linux-vm builder
- branch wip-ppc created (now a82a550), guix-commits, 2021/03/12
- 02/18: gnu: binutils-final: Provide bash for binary on powerpc-linux., guix-commits, 2021/03/12
- 04/18: gnu: gd: Fix tests., guix-commits, 2021/03/12
- 05/18: gnu: mesa: Add support for powerpc-linux., guix-commits, 2021/03/12
- 01/18: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2021/03/12
- 03/18: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2021/03/12
- 06/18: gnu: Add mac-fdisk., guix-commits, 2021/03/12
- 08/18: build: qemu-command: Add support for powerpc.,
guix-commits <=
- 09/18: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2021/03/12
- 11/18: gnu: glibc: Fix ldd path on powerpc*., guix-commits, 2021/03/12
- 13/18: gnu: findutils-boot0: Fix test suite on some systems., guix-commits, 2021/03/12
- 07/18: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2021/03/12
- 14/18: gnu: binutils-boot0: Adjust test suite on powerpc-linux., guix-commits, 2021/03/12
- 15/18: gnu: binutils: Adjust test suite on powerpc-linux., guix-commits, 2021/03/12
- 16/18: squash! binutils in base.scm, guix-commits, 2021/03/12
- 10/18: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2021/03/12
- 12/18: gnu: guile-3.0: Fix building on powerpc-linux., guix-commits, 2021/03/12
- 17/18: squash! binutils in base.scm, guix-commits, 2021/03/12