* [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 15.1.0
@ 2025-05-05 8:48 Neal Frager via buildroot
2025-05-19 16:52 ` Julien Olivain
0 siblings, 1 reply; 2+ messages in thread
From: Neal Frager via buildroot @ 2025-05-05 8:48 UTC (permalink / raw)
To: buildroot
Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
thomas.petazzoni, Neal Frager, romain.naour, michal.simek, arnout
This patch bumps gcc-bare-metal to gcc 15.1.0.
See here for changes:
https://gcc.gnu.org/gcc-15/changes.html
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
This patch depends on the following series being applied first:
https://patchwork.ozlabs.org/project/buildroot/list/?series=454269
---
package/gcc-bare-metal/14.2.0 | 1 -
package/gcc-bare-metal/15.1.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.2.0
create mode 120000 package/gcc-bare-metal/15.1.0
diff --git a/package/gcc-bare-metal/14.2.0 b/package/gcc-bare-metal/14.2.0
deleted file mode 120000
index 0737236850..0000000000
--- a/package/gcc-bare-metal/14.2.0
+++ /dev/null
@@ -1 +0,0 @@
-../gcc/14.2.0/
\ No newline at end of file
diff --git a/package/gcc-bare-metal/15.1.0 b/package/gcc-bare-metal/15.1.0
new file mode 120000
index 0000000000..669da9e956
--- /dev/null
+++ b/package/gcc-bare-metal/15.1.0
@@ -0,0 +1 @@
+../gcc/15.1.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 ec245db35b..17232a8ef1 100644
--- a/package/gcc-bare-metal/gcc-bare-metal.mk
+++ b/package/gcc-bare-metal/gcc-bare-metal.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GCC_BARE_METAL_VERSION = 14.2.0
+GCC_BARE_METAL_VERSION = 15.1.0
GCC_BARE_METAL_SITE = $(BR2_GNU_MIRROR)/gcc/gcc-$(GCC_BARE_METAL_VERSION)
GCC_BARE_METAL_SOURCE = gcc-$(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] 2+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 15.1.0
2025-05-05 8:48 [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 15.1.0 Neal Frager via buildroot
@ 2025-05-19 16:52 ` Julien Olivain
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain @ 2025-05-19 16:52 UTC (permalink / raw)
To: Neal Frager
Cc: buildroot, ibai.erkiaga-elorza, luca.ceresoli, brandon.maier,
thomas.petazzoni, romain.naour, michal.simek, arnout
On 05/05/2025 10:48, Neal Frager via buildroot wrote:
> This patch bumps gcc-bare-metal to gcc 15.1.0.
>
> See here for changes:
> https://gcc.gnu.org/gcc-15/changes.html
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Applied to next, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-19 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 8:48 [Buildroot] [PATCH v1 1/1] package/gcc-bare-metal: bump to gcc 15.1.0 Neal Frager via buildroot
2025-05-19 16:52 ` Julien Olivain
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.