GNU bug report logs - #47615
[PATCH 0/9] Add 32-bit powerpc support

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Tue, 6 Apr 2021 12:26:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


Message #56 received at 47615 <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: guix-devel <at> gnu.org, 47615 <at> debbugs.gnu.org
Subject: Re: bug#47615: [PATCH 0/9] Add 32-bit powerpc support
Date: Tue, 13 Apr 2021 20:25:10 -0700
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> flashner.co.il> writes:

> * 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 2913c348f3..1326ce6e16 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"))))

LGTM, I see it's in master already like you said.

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.