[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: build: qemu-command: Add support for powerpc.
From: |
guix-commits |
Subject: |
09/11: build: qemu-command: Add support for powerpc. |
Date: |
Mon, 21 Sep 2020 03:24:43 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit abeab856dd0bfee5ff8aab00ecaa515161137df7
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 287d099..0572b8d 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 ccfa85f), guix-commits, 2020/09/21
- 01/11: FIXME: Downgrade glibc to 2.30., guix-commits, 2020/09/21
- 03/11: FIXME: allow reference to bootstrap-binaries in binutils-final, guix-commits, 2020/09/21
- 05/11: gnu: gd: Fix tests., guix-commits, 2020/09/21
- 04/11: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/09/21
- 07/11: gnu: Add mac-fdisk., guix-commits, 2020/09/21
- 09/11: build: qemu-command: Add support for powerpc.,
guix-commits <=
- 10/11: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2020/09/21
- 11/11: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2020/09/21
- 02/11: WIP add powerpc support, guix-commits, 2020/09/21
- 08/11: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2020/09/21
- 06/11: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/09/21