[Buildroot] [PATCH 1/1] Enable quadmath on aarch64

Arnout Vandecappelle arnout at mind.be
Fri Sep 10 17:35:56 UTC 2021



On 21/08/2021 21:56, Bensuperpc wrote:
> Enable quadmath on aarch64
> 
> Signed-off-by: Bensuperpc <bensuperpc at gmail.com>

 Since no signoff with a real name was provided, and Thomas's question hasn't
been answered (I checked the current master GCC source and couldn't find a
quadmath implementation for arm64), I marked this patch as Rejected.

 Regards,
 Arnout

> ---
>  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
>  
>  endmenu
> 


More information about the buildroot mailing list