All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: Bensuperpc <bensuperpc@gmail.com>
Cc: Romain Naour <romain.naour@gmail.com>,
	Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] Enable quadmath on aarch64
Date: Sun, 22 Aug 2021 11:14:30 +0200	[thread overview]
Message-ID: <FE42D615-6AE8-462B-8B28-33B13B98BDCE@benettiengineering.com> (raw)
In-Reply-To: <CAAV5jBd+Z2o-8unyXtNeWJgcbMGobANYbUss-rOm=+K_OVbNDQ@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 2259 bytes --]

Hi Bensuperpc,

you have to use your real name. Then you have to use plain text, no html at all in Mailing List.
This commit log seems written directly in email client, instead you should write it during git commit.

Also, you need to send v2 patch, so pass -v2 to git format-patch and indicate V1->V2 changes(basically you’re written the commit log).

Best regards
Giulio Benetti

Inviato da iPhone

> Il giorno 22 ago 2021, alle ore 06:27, Bensuperpc <bensuperpc@gmail.com> ha scritto:
> 
> 
> Some headers need quadmath to work (Ex: boost::multiprecision::float128), 
> 
> I am getting following compile error on aarch64 without BR2_TOOLCHAIN_HAS_LIBQUADMATH=y :
> boost/multiprecision/float128.hpp:40:10: fatal error: 'quadmath.h' file not found
> when I use float128 in boost.
> 
> Config file: https://github.com/dockcross/dockcross/blob/master/linux-arm64-full/buildroot.config
> 
> Bensuperpc,
> 
> 
>> Le sam. 21 août 2021 à 23:27, Thomas Petazzoni <thomas.petazzoni@bootlin.com> a écrit :
>> 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

[-- Attachment #1.2: Type: text/html, Size: 3765 bytes --]

[-- Attachment #2: Type: text/plain, Size: 145 bytes --]

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2021-08-22  9:14 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 ` [Buildroot] [PATCH 1/1] Enable quadmath on aarch64 Thomas Petazzoni
2021-08-22  4:26   ` Bensuperpc
2021-08-22  9:14     ` Giulio Benetti [this message]
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=FE42D615-6AE8-462B-8B28-33B13B98BDCE@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=bensuperpc@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=romain.naour@gmail.com \
    --cc=thomas.de_schampheleire@nokia.com \
    --cc=thomas.petazzoni@bootlin.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.