All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libgpg-error: add or1k support
Date: Tue, 1 Feb 2022 23:12:33 +0100	[thread overview]
Message-ID: <5C805706-7722-4179-A3F0-EB6F7FA592DB@benettiengineering.com> (raw)
In-Reply-To: <20220201220626.350423-1-fontaine.fabrice@gmail.com>

Hi Fabrice,

> Il giorno 1 feb 2022, alle ore 23:08, Fabrice Fontaine <fontaine.fabrice@gmail.com> ha scritto:
> 
> or1k is supported since version 1.18 and
> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=c143fa81462584ad39ea780908266bce3fb9a49e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

The or1k revenge :-)

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards
Giulio

> ---
> package/libgpg-error/Config.in | 23 +++++++++++++++--------
> 1 file changed, 15 insertions(+), 8 deletions(-)
> 
> diff --git a/package/libgpg-error/Config.in b/package/libgpg-error/Config.in
> index 44e9d67aaf..03157dd9fe 100644
> --- a/package/libgpg-error/Config.in
> +++ b/package/libgpg-error/Config.in
> @@ -2,14 +2,19 @@ config BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
>    bool
>    # see src/syscfg/
>    default y if \
> -        BR2_aarch64    || BR2_aarch64_eb    || BR2_arm    || \
> -        BR2_armeb    || BR2_i386        || BR2_mips    || \
> -        BR2_mipsel    || BR2_mips64        || BR2_mips64el    || \
> -        BR2_m68k    || BR2_nios2        || BR2_powerpc    || \
> -        BR2_powerpc64    || BR2_powerpc64le    || BR2_RISCV_64    || \
> -        BR2_RISCV_32    || BR2_s390x        || BR2_sh4    || \
> -        BR2_sh4eb    || BR2_sh4a        || BR2_sh4aeb    || \
> -        BR2_sparc    || BR2_sparc64        || BR2_x86_64
> +        BR2_aarch64    || BR2_aarch64_eb    || \
> +        BR2_arm        || BR2_armeb        || \
> +        BR2_i386    || BR2_mips        || \
> +        BR2_mipsel    || BR2_mips64        || \
> +        BR2_mips64el    || BR2_m68k        || \
> +        BR2_nios2    || BR2_or1k        || \
> +        BR2_powerpc    || BR2_powerpc64    || \
> +        BR2_powerpc64le    || BR2_RISCV_64        || \
> +        BR2_RISCV_32    || BR2_s390x        || \
> +        BR2_sh4        || BR2_sh4eb        || \
> +        BR2_sh4a    || BR2_sh4aeb        || \
> +        BR2_sparc    || BR2_sparc64        || \
> +        BR2_x86_64
> 
> config BR2_PACKAGE_LIBGPG_ERROR
>    bool "libgpg-error"
> @@ -36,6 +41,8 @@ config BR2_PACKAGE_LIBGPG_ERROR_SYSCFG
>        if BR2_m68k
>    default "nios2-unknown-linux-gnu" \
>        if BR2_nios2
> +    default "or1k-unknown-linux-gnu" \
> +        if BR2_or1k
>    default "powerpc-unknown-linux-gnu" \
>        if BR2_powerpc
>    default "powerpc64-unknown-linux-gnu" \
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-02-01 22:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 22:06 [Buildroot] [PATCH 1/1] package/libgpg-error: add or1k support Fabrice Fontaine
2022-02-01 22:12 ` Giulio Benetti [this message]
2022-02-05 15:31 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5C805706-7722-4179-A3F0-EB6F7FA592DB@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.