Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 14.2.0
@ 2024-08-06  4:48 Neal Frager via buildroot
  2024-08-06 11:22 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Neal Frager via buildroot @ 2024-08-06  4:48 UTC (permalink / raw)
  To: buildroot; +Cc: michal.simek, luca.ceresoli, thomas.petazzoni, Neal Frager

This patch bumps gcc-bare-metal to gcc 14.2.0.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 package/gcc-bare-metal/14.1.0            | 1 -
 package/gcc-bare-metal/14.2.0            | 1 +
 package/gcc-bare-metal/gcc-bare-metal.mk | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 120000 package/gcc-bare-metal/14.1.0
 create mode 120000 package/gcc-bare-metal/14.2.0

diff --git a/package/gcc-bare-metal/14.1.0 b/package/gcc-bare-metal/14.1.0
deleted file mode 120000
index e519bfb6fd..0000000000
--- a/package/gcc-bare-metal/14.1.0
+++ /dev/null
@@ -1 +0,0 @@
-../gcc/14.1.0/
\ No newline at end of file
diff --git a/package/gcc-bare-metal/14.2.0 b/package/gcc-bare-metal/14.2.0
new file mode 120000
index 0000000000..0737236850
--- /dev/null
+++ b/package/gcc-bare-metal/14.2.0
@@ -0,0 +1 @@
+../gcc/14.2.0/
\ No newline at end of file
diff --git a/package/gcc-bare-metal/gcc-bare-metal.mk b/package/gcc-bare-metal/gcc-bare-metal.mk
index 2f36b49125..501f12bc33 100644
--- a/package/gcc-bare-metal/gcc-bare-metal.mk
+++ b/package/gcc-bare-metal/gcc-bare-metal.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HOST_GCC_BARE_METAL_VERSION = 14.1.0
+HOST_GCC_BARE_METAL_VERSION = 14.2.0
 HOST_GCC_BARE_METAL_SITE = \
 	https://ftp.gnu.org/gnu/gcc/gcc-$(HOST_GCC_BARE_METAL_VERSION)
 HOST_GCC_BARE_METAL_SOURCE = gcc-$(HOST_GCC_BARE_METAL_VERSION).tar.xz
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 14.2.0
  2024-08-06  4:48 [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 14.2.0 Neal Frager via buildroot
@ 2024-08-06 11:22 ` Thomas Petazzoni via buildroot
  2024-09-03 19:10   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-06 11:22 UTC (permalink / raw)
  To: Neal Frager via buildroot; +Cc: luca.ceresoli, michal.simek, Neal Frager

On Tue, 6 Aug 2024 05:48:26 +0100
Neal Frager via buildroot <buildroot@buildroot.org> wrote:

> This patch bumps gcc-bare-metal to gcc 14.2.0.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>  package/gcc-bare-metal/14.1.0            | 1 -
>  package/gcc-bare-metal/14.2.0            | 1 +
>  package/gcc-bare-metal/gcc-bare-metal.mk | 2 +-
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  delete mode 120000 package/gcc-bare-metal/14.1.0
>  create mode 120000 package/gcc-bare-metal/14.2.0

Applied to master, 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] 3+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 14.2.0
  2024-08-06 11:22 ` Thomas Petazzoni via buildroot
@ 2024-09-03 19:10   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-09-03 19:10 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot
  Cc: michal.simek, luca.ceresoli, Thomas Petazzoni, Neal Frager

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Tue, 6 Aug 2024 05:48:26 +0100
 > Neal Frager via buildroot <buildroot@buildroot.org> wrote:

 >> This patch bumps gcc-bare-metal to gcc 14.2.0.
 >> 
 >> Signed-off-by: Neal Frager <neal.frager@amd.com>
 >> ---
 >> package/gcc-bare-metal/14.1.0            | 1 -
 >> package/gcc-bare-metal/14.2.0            | 1 +
 >> package/gcc-bare-metal/gcc-bare-metal.mk | 2 +-
 >> 3 files changed, 2 insertions(+), 2 deletions(-)
 >> delete mode 120000 package/gcc-bare-metal/14.1.0
 >> create mode 120000 package/gcc-bare-metal/14.2.0

Committed to 2024.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  4:48 [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 14.2.0 Neal Frager via buildroot
2024-08-06 11:22 ` Thomas Petazzoni via buildroot
2024-09-03 19:10   ` Peter Korsgaard

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