Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
@ 2024-08-23 15:25 Yuriy Kolerov via buildroot
  2024-08-23 15:31 ` Thomas Petazzoni via buildroot
  2024-09-14 17:25 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 6+ messages in thread
From: Yuriy Kolerov via buildroot @ 2024-08-23 15:25 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Alexey Brodkin, Yuriy Kolerov, Thomas Petazzoni

Synopsys ARC 700 family is not supported by glibc. Thus, it is
necessary to prevent selecting glibc while configuring for
that processors family.

Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
---
 package/glibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 81c64083f4..6075d28874 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -21,7 +21,7 @@ config BR2_PACKAGE_GLIBC_ARCH_SUPPORTS
 	default y if BR2_x86_64
 	default y if BR2_microblaze
 	default y if BR2_nios2
-	default y if BR2_arc && BR2_ARC_ATOMIC_EXT
+	default y if BR2_arc && BR2_ARC_ATOMIC_EXT && !BR2_arc750d && !BR2_arc770d
 	depends on !BR2_POWERPC_CPU_HAS_SPE
 	depends on BR2_RISCV_ISA_RVA || !BR2_riscv
 	depends on BR2_USE_MMU
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-03 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 15:25 [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets Yuriy Kolerov via buildroot
2024-08-23 15:31 ` Thomas Petazzoni via buildroot
2024-08-23 15:49   ` Yuriy Kolerov via buildroot
2024-09-05 11:18     ` Yuriy Kolerov via buildroot
2024-09-14 17:25 ` Thomas Petazzoni via buildroot
2024-10-03 14:30   ` Peter Korsgaard

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