From 440c138372a5eed54f6cec508501b99b9af7c050 Mon Sep 17 00:00:00 2001 From: mintsuki Date: Thu, 19 May 2022 20:18:16 +0200 Subject: [PATCH] toolchain: Update GCC to 12.1.0 --- make_toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_toolchain.sh b/make_toolchain.sh index 4515f40d..afaba565 100755 --- a/make_toolchain.sh +++ b/make_toolchain.sh @@ -9,7 +9,7 @@ cd "$srcdir" TARGET=x86_64-elf BINUTILSVERSION=2.38 -GCCVERSION=11.3.0 +GCCVERSION=12.1.0 NASMVERSION=2.15.05 if command -v gmake; then