Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/gcc: 2024.12 ARC gcc is in fact based on GCC 14.x
@ 2025-08-10 12:48 Thomas Petazzoni via buildroot
  2025-08-10 12:48 ` [Buildroot] [PATCH 2/3] support/scripts/gen-bootlin-toolchains: drop tweak for Microblaze bleeding-edge toolchains Thomas Petazzoni via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-08-10 12:48 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Giulio Benetti, Romain Naour

Contrary to what was done in
8ef2ba2ec3cedae92c585135d3a1c5ae3e0f63d8 ("package/{gcc, binutils,
gdb}: update ARC version to 2024.12"), the ARC gcc version 2024.12 is
in fact based on GCC 14.2. This can be verified at:

  https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2024.12-release

Which states "GCC 14.2 with ARC patches".

Fixes: 8ef2ba2ec3cedae92c585135d3a1c5ae3e0f63d8 ("package/{gcc, binutils, gdb}: update ARC version to 2024.12")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/gcc/Config.in.host | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 2149846761..dc0867fa14 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -10,10 +10,10 @@ choice
 	  Select the version of gcc you wish to use.
 
 config BR2_GCC_VERSION_ARC
-	bool "gcc arc (15.1)"
+	bool "gcc arc (14.2)"
 	# Only supported architecture
 	depends on BR2_arc
-	select BR2_TOOLCHAIN_GCC_AT_LEAST_15
+	select BR2_TOOLCHAIN_GCC_AT_LEAST_14
 
 config BR2_GCC_VERSION_POWERPC_SPE
 	bool "gcc powerpc spe"
-- 
2.50.1

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

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

end of thread, other threads:[~2025-08-10 20:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-10 12:48 [Buildroot] [PATCH 1/3] package/gcc: 2024.12 ARC gcc is in fact based on GCC 14.x Thomas Petazzoni via buildroot
2025-08-10 12:48 ` [Buildroot] [PATCH 2/3] support/scripts/gen-bootlin-toolchains: drop tweak for Microblaze bleeding-edge toolchains Thomas Petazzoni via buildroot
2025-08-10 14:11   ` Romain Naour via buildroot
2025-08-10 15:52     ` Thomas Petazzoni via buildroot
2025-08-10 18:40       ` Peter Korsgaard
2025-08-10 19:08         ` Romain Naour via buildroot
2025-08-10 19:57           ` Peter Korsgaard
2025-08-10 20:16           ` Thomas Petazzoni via buildroot
2025-08-10 20:40             ` Romain Naour via buildroot
2025-08-10 19:59   ` Peter Korsgaard
2025-08-10 12:48 ` [Buildroot] [PATCH 3/3] toolchain/toolchain-external/toolchain-external-bootlin: update to Bootlin toolchains 2025.08-1 Thomas Petazzoni via buildroot
2025-08-10 20:04   ` Peter Korsgaard
2025-08-10 14:05 ` [Buildroot] [PATCH 1/3] package/gcc: 2024.12 ARC gcc is in fact based on GCC 14.x Romain Naour via buildroot

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