toolchain: Update GCC to 11.3.0

This commit is contained in:
mintsuki 2022-04-22 17:03:50 +02:00
parent e6b8824e59
commit 92a8b369c3

View File

@ -9,7 +9,7 @@ cd "$srcdir"
TARGET=x86_64-elf
BINUTILSVERSION=2.38
GCCVERSION=11.2.0
GCCVERSION=11.3.0
NASMVERSION=2.15.05
if command -v gmake; then