From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Semyon Kolganov <semenak94@mail.ru>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/mpir: force arm mode instead of Thumb mode
Date: Mon, 3 Jul 2023 21:54:00 +0200 [thread overview]
Message-ID: <20230703195400.GI2510@scaer> (raw)
In-Reply-To: <20230702123319.3012714-1-bernd@kuhls.net>
Bernd, All,
On 2023-07-02 14:33 +0200, Bernd Kuhls spake thusly:
> Fix the following build failure:
> /tmp/ccuwJnnt.s:124: Error: selected processor does not support `umull ip,r6,r2,r1' in Thumb mode
> /tmp/ccuwJnnt.s:159: Error: selected processor does not support `umull ip,r0,r7,r1' in Thumb mode
>
> Fixes:
> http://autobuild.buildroot.net/results/610/61094bc7b7eb1d1e49bf8fcd1864b5cd3d7c4499/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/mpir/mpir.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/mpir/mpir.mk b/package/mpir/mpir.mk
> index 91f704d30c..5dbd760aa1 100644
> --- a/package/mpir/mpir.mk
> +++ b/package/mpir/mpir.mk
> @@ -36,4 +36,8 @@ ifeq ($(BR2_powerpc64le),y)
> MPIR_CONF_ENV += MPN_PATH="generic"
> endif
>
> +ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
> +MPIR_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
> +endif
> +
> $(eval $(autotools-package))
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-07-03 19:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 12:33 [Buildroot] [PATCH 1/1] package/mpir: force arm mode instead of Thumb mode Bernd Kuhls
2023-07-03 19:54 ` Yann E. MORIN [this message]
2023-07-17 11:04 ` 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=20230703195400.GI2510@scaer \
--to=yann.morin.1998@free.fr \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=semenak94@mail.ru \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox