Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Enable quadmath on aarch64
@ 2021-08-21 19:56 Bensuperpc
  2021-09-10 17:35 ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Bensuperpc @ 2021-08-21 19:56 UTC (permalink / raw)
  To: buildroot
  Cc: Thomas Petazzoni, Romain Naour, Bensuperpc, Giulio Benetti,
	Thomas De Schampheleire

Enable quadmath on aarch64

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
---
 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
-- 
2.32.0

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-10 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2021-08-21 19:56 Bensuperpc
2021-09-10 17:35 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox