[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: build: qemu-command: Add support for powerpc.
From: |
guix-commits |
Subject: |
07/10: build: qemu-command: Add support for powerpc. |
Date: |
Mon, 26 Apr 2021 05:28:45 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 72ccbe5b49958b58cc28d019dd509183b132c341
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..88b27ad 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 c3b3bd5), guix-commits, 2021/04/26
- 01/10: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2021/04/26
- 02/10: gnu: guile-3.0: Fix building on powerpc-linux., guix-commits, 2021/04/26
- 04/10: gnu: binutils: Fix bug in test suite in libiberty., guix-commits, 2021/04/26
- 06/10: gnu: Add mac-fdisk., guix-commits, 2021/04/26
- 03/10: gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux., guix-commits, 2021/04/26
- 05/10: gnu: mesa: Add support for powerpc-linux., guix-commits, 2021/04/26
- 07/10: build: qemu-command: Add support for powerpc.,
guix-commits <=
- 08/10: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2021/04/26
- 09/10: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2021/04/26
- 10/10: build-system/copy: Avoid use of 'set!'., guix-commits, 2021/04/26