guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: american-fuzzy-lop: Add support for powerpc-linux.


From: guix-commits
Subject: 10/15: gnu: american-fuzzy-lop: Add support for powerpc-linux.
Date: Sun, 17 May 2020 13:30:04 -0400 (EDT)

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

commit 358f0fa7dbbbc85d37cb958d32b5523e1e69a190
Author: Efraim Flashner <address@hidden>
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 4a26442..7c8bcaf 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -175,6 +175,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"))))
@@ -250,6 +251,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]