All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Bensuperpc <bensuperpc@gmail.com>
Cc: Romain Naour <romain.naour@gmail.com>,
	Giulio Benetti <giulio.benetti@benettiengineering.com>,
	Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] Enable quadmath on aarch64
Date: Sat, 21 Aug 2021 23:27:03 +0200	[thread overview]
Message-ID: <20210821232703.2457edfb@windsurf> (raw)
In-Reply-To: <20210821194401.58992-1-bensuperpc@gmail.com>

On Sat, 21 Aug 2021 21:44:01 +0200
Bensuperpc <bensuperpc@gmail.com> wrote:

> Enable quadmath on aarch64
> 
> Signed-off-by: Bensuperpc <bensuperpc@gmail.com>

We do need a real name to accept contributions.

> ---
>  toolchain/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolchain/Config.in b/toolchain/Config.in
> index 1d0469a13e..b4cd6d511f 100644
> --- a/toolchain/Config.in
> +++ b/toolchain/Config.in
> @@ -794,6 +794,6 @@ config BR2_TOOLCHAIN_HAS_ATOMIC
>  # - When available, libquadmath requires wchar support.
>  config BR2_TOOLCHAIN_HAS_LIBQUADMATH
>  	bool
> -	default y if BR2_i386 || BR2_x86_64
> +	default y if BR2_i386 || BR2_x86_64 || BR2_aarch64

This option is not about "enabling" something, but about saying whether
libquadmath is supported/available on a given CPU architecture. Since
when is libquadmath available/supported by gcc?

What was the motivation behind this change?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

       reply	other threads:[~2021-08-21 21:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210821194401.58992-1-bensuperpc@gmail.com>
2021-08-21 21:27 ` Thomas Petazzoni [this message]
2021-08-22  4:26   ` [Buildroot] [PATCH 1/1] Enable quadmath on aarch64 Bensuperpc
2021-08-22  9:14     ` Giulio Benetti
2021-08-21 19:56 Bensuperpc
2021-09-10 17:35 ` Arnout Vandecappelle

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=20210821232703.2457edfb@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=bensuperpc@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=giulio.benetti@benettiengineering.com \
    --cc=romain.naour@gmail.com \
    --cc=thomas.de_schampheleire@nokia.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.