From 0009e98cb68b146cfa4f07aef27538c1fea590ef Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 13 Jul 2025 15:52:42 +0200 Subject: gcc: update to 15.1.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7140cda..1593daf 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) BINUTILS_VERSION ?= 2.44 -GCC_VERSION ?= 14.2.0 -GDB_VERSION ?= 16.2 +GCC_VERSION ?= 15.1.0 +GDB_VERSION ?= 16.3 NEWLIB_VERSION ?= 4.5.0.20241231 TARGET ?= x86_64-pc-elf -- cgit v1.2.3