guix-commits
[Top][All Lists]
Advanced

[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: Thu, 13 Aug 2020 05:22:21 -0400 (EDT)

efraim pushed a commit to branch wip-ppc
in repository guix.

commit 6298670a772bd8ca1fa73ca8707dc08213f49749
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 2a3e6ed..dc0265b 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]