guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/18: gnu: american-fuzzy-lop: Add support for powerpc-linux.


From: guix-commits
Subject: 07/18: gnu: american-fuzzy-lop: Add support for powerpc-linux.
Date: Fri, 12 Mar 2021 03:22:39 -0500 (EST)

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

commit f692997bc0a238e3919aff4a6fbd0cd69e715a63
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"))))



reply via email to

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