toolchain: Update GCC to 12.1.0

This commit is contained in:
mintsuki 2022-05-19 20:18:16 +02:00
parent 1f1cad1a25
commit 440c138372

View File

@ -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