[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: american-fuzzy-lop: Add support for powerpc-linux.
From: |
guix-commits |
Subject: |
08/11: gnu: american-fuzzy-lop: Add support for powerpc-linux. |
Date: |
Mon, 21 Sep 2020 03:24:43 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 7dd0e9afa3ee804cfcb01dc424e753528aa91c69
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 4 22:16:44 2020 +0300
gnu: american-fuzzy-lop: Add support for powerpc-linux.
* gnu/packages/debug.scm (american-fuzzy-lop): Add case for
powerpc-linux.
(qemu-for-american-fuzzy-lop): Same.
---
gnu/packages/debug.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 2f58f8e..abaabca 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -177,6 +177,7 @@ tools that process C/C++ code.")
("aarch64-linux" "aarch64")
("armhf-linux" "arm")
("mips64el-linux" "mips64el")
+ ("powerpc-linux" "ppc")
;; Prevent errors when querying this package on unsupported
;; platforms, e.g. when running "guix package --search="
(_ "UNSUPPORTED"))))
@@ -252,6 +253,7 @@ down the road.")
("aarch64-linux" "aarch64")
("armhf-linux" "arm")
("mips64el-linux" "mips64el")
+ ("powerpc-linux" "ppc")
;; Prevent errors when querying this package on unsupported
;; platforms, e.g. when running "guix package --search="
(_ "UNSUPPORTED"))))
- 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, 2020/09/21
- 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 <=
- 06/11: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/09/21