[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: american-fuzzy-lop: Add support for powerpc-linux.
From: |
guix-commits |
Subject: |
07/12: gnu: american-fuzzy-lop: Add support for powerpc-linux. |
Date: |
Thu, 22 Apr 2021 04:00:33 -0400 (EDT) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit 510e3b7b78c09b57e307ef624e685a8eac31d8a8
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 2913c34..1326ce6 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -179,6 +179,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"))))
@@ -254,6 +255,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 93d8571), guix-commits, 2021/04/22
- 03/12: gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux., guix-commits, 2021/04/22
- 05/12: gnu: mesa: Add support for powerpc-linux., guix-commits, 2021/04/22
- 10/12: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2021/04/22
- 02/12: gnu: guile-3.0: Fix building on powerpc-linux., guix-commits, 2021/04/22
- 01/12: gnu: bootstrap: Add support for powerpc-linux., guix-commits, 2021/04/22
- 04/12: gnu: binutils: Fix bug in test suite in libiberty., guix-commits, 2021/04/22
- 09/12: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2021/04/22
- 07/12: gnu: american-fuzzy-lop: Add support for powerpc-linux.,
guix-commits <=
- 06/12: gnu: Add mac-fdisk., guix-commits, 2021/04/22
- 11/12: gnu: zstd: Adjust test suite for 32-bit architectures., guix-commits, 2021/04/22
- 08/12: build: qemu-command: Add support for powerpc., guix-commits, 2021/04/22
- 12/12: gnu: glib: Disable failing test., guix-commits, 2021/04/22