* [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
* Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
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-14 17:25 ` Thomas Petazzoni via buildroot
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 15:31 UTC (permalink / raw)
To: Yuriy Kolerov; +Cc: Romain Naour, Alexey Brodkin, buildroot
On Fri, 23 Aug 2024 18:25:47 +0300
Yuriy Kolerov <Yuriy.Kolerov@synopsys.com> wrote:
> 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>
Is this fixing:
http://autobuild.buildroot.net/results/9f0a4d69aed71a840b1c278a9623c9687207ffc6/
?
Thanks,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
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
0 siblings, 1 reply; 6+ messages in thread
From: Yuriy Kolerov via buildroot @ 2024-08-23 15:49 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: Romain Naour, Alexey Brodkin, buildroot@buildroot.org
[-- Attachment #1.1: Type: text/plain, Size: 1509 bytes --]
This patch excludes glibc from libc list for ARC 700 and it makes all glibc based cases irrelevant for ARC 700. So, technically - yes, it fixes that case and this one too:
http://autobuild.buildroot.org/results/fa9960365bd54872762d5e959b98882b86c5e956/
Regards,
Yuriy Kolerov
________________________________
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Sent: Friday, August 23, 2024 18:31
To: Yuriy Kolerov <ykolerov@synopsys.com>
Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Romain Naour <romain.naour@gmail.com>; Alexey Brodkin <abrodkin@synopsys.com>
Subject: Re: [PATCH 1/1] package/glibc: drop support of ARC 700 targets
On Fri, 23 Aug 2024 18:25:47 +0300
Yuriy Kolerov <Yuriy.Kolerov@synopsys.com> wrote:
> 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>
Is this fixing:
https://urldefense.com/v3/__http://autobuild.buildroot.net/results/9f0a4d69aed71a840b1c278a9623c9687207ffc6/__;!!A4F2R9G_pg!cDvQnRyK92Nee5maM5oKWn-pEzTjL0ar-y73sg2UoRflnc2H1_UJk85aKzyydm0RacFILeBCseX9W9XdLdUFCB2rOgQLENcE9Q4$
?
Thanks,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://urldefense.com/v3/__https://bootlin.com__;!!A4F2R9G_pg!cDvQnRyK92Nee5maM5oKWn-pEzTjL0ar-y73sg2UoRflnc2H1_UJk85aKzyydm0RacFILeBCseX9W9XdLdUFCB2rOgQLHqKe_Ek$
[-- Attachment #1.2: Type: text/html, Size: 4112 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
2024-08-23 15:49 ` Yuriy Kolerov via buildroot
@ 2024-09-05 11:18 ` Yuriy Kolerov via buildroot
0 siblings, 0 replies; 6+ messages in thread
From: Yuriy Kolerov via buildroot @ 2024-09-05 11:18 UTC (permalink / raw)
To: Romain Naour; +Cc: Alexey Brodkin, Thomas Petazzoni, buildroot@buildroot.org
[-- Attachment #1.1: Type: text/plain, Size: 2266 bytes --]
Hi Romain,
Could you please look at this?
Regards,
Yuriy Kolerov
________________________________
From: buildroot <buildroot-bounces@buildroot.org> on behalf of Yuriy Kolerov via buildroot <buildroot@buildroot.org>
Sent: Friday, August 23, 2024 18:49
To: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Romain Naour <romain.naour@gmail.com>; Alexey Brodkin <abrodkin@synopsys.com>; buildroot@buildroot.org <buildroot@buildroot.org>
Subject: Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
This patch excludes glibc from libc list for ARC 700 and it makes all glibc based cases irrelevant for ARC 700. So, technically - yes, it fixes that case and this one too:
http://autobuild.buildroot.org/results/fa9960365bd54872762d5e959b98882b86c5e956/<https://urldefense.com/v3/__http://autobuild.buildroot.org/results/fa9960365bd54872762d5e959b98882b86c5e956/__;!!A4F2R9G_pg!dzH8QzUDxf7Q-VMTKJDZxIKlUGMAQSEgCOztpMHiEidRaXX7aSZYD70SZcCLvdQofXmvia3v4buPSEknxVnQ-cpX_5yU$>
Regards,
Yuriy Kolerov
________________________________
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Sent: Friday, August 23, 2024 18:31
To: Yuriy Kolerov <ykolerov@synopsys.com>
Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Romain Naour <romain.naour@gmail.com>; Alexey Brodkin <abrodkin@synopsys.com>
Subject: Re: [PATCH 1/1] package/glibc: drop support of ARC 700 targets
On Fri, 23 Aug 2024 18:25:47 +0300
Yuriy Kolerov <Yuriy.Kolerov@synopsys.com> wrote:
> 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>
Is this fixing:
https://urldefense.com/v3/__http://autobuild.buildroot.net/results/9f0a4d69aed71a840b1c278a9623c9687207ffc6/__;!!A4F2R9G_pg!cDvQnRyK92Nee5maM5oKWn-pEzTjL0ar-y73sg2UoRflnc2H1_UJk85aKzyydm0RacFILeBCseX9W9XdLdUFCB2rOgQLENcE9Q4$
?
Thanks,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://urldefense.com/v3/__https://bootlin.com__;!!A4F2R9G_pg!cDvQnRyK92Nee5maM5oKWn-pEzTjL0ar-y73sg2UoRflnc2H1_UJk85aKzyydm0RacFILeBCseX9W9XdLdUFCB2rOgQLHqKe_Ek$
[-- Attachment #1.2: Type: text/html, Size: 6405 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
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-09-14 17:25 ` Thomas Petazzoni via buildroot
2024-10-03 14:30 ` Peter Korsgaard
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 17:25 UTC (permalink / raw)
To: Yuriy Kolerov via buildroot; +Cc: Romain Naour, Alexey Brodkin, Yuriy Kolerov
On Fri, 23 Aug 2024 18:25:47 +0300
Yuriy Kolerov via buildroot <buildroot@buildroot.org> wrote:
> 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(-)
Applied to master with added autobuilder references. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/glibc: drop support of ARC 700 targets
2024-09-14 17:25 ` Thomas Petazzoni via buildroot
@ 2024-10-03 14:30 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-10-03 14:30 UTC (permalink / raw)
To: Thomas Petazzoni via buildroot
Cc: Romain Naour, Alexey Brodkin, Yuriy Kolerov, Thomas Petazzoni
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Fri, 23 Aug 2024 18:25:47 +0300
> Yuriy Kolerov via buildroot <buildroot@buildroot.org> wrote:
>> 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(-)
> Applied to master with added autobuilder references. Thanks!
Committed to 2024.02.x and 2024.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [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