[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: american-fuzzy-lop: Add support for powerpc-linux.
From: |
guix-commits |
Subject: |
07/10: gnu: american-fuzzy-lop: Add support for powerpc-linux. |
Date: |
Wed, 23 Sep 2020 01:41:37 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 913dd5bc0a2c431e24bef6f408cf9c0fca7f3510
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 d8b4c2c), guix-commits, 2020/09/23
- 01/10: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2020/09/23
- 02/10: FIXME: allow reference to bootstrap-binaries in binutils-final, guix-commits, 2020/09/23
- 03/10: gnu: datefudge: Only use glibc-2.31 workaround on supported platforms., guix-commits, 2020/09/23
- 05/10: gnu: mesa: Add support for powerpc-linux., guix-commits, 2020/09/23
- 04/10: gnu: gd: Fix tests., guix-commits, 2020/09/23
- 07/10: gnu: american-fuzzy-lop: Add support for powerpc-linux.,
guix-commits <=
- 10/10: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2020/09/23
- 08/10: build: qemu-command: Add support for powerpc., guix-commits, 2020/09/23
- 06/10: gnu: Add mac-fdisk., guix-commits, 2020/09/23
- 09/10: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2020/09/23