diff --git a/aux/make_toolchain.sh b/aux/make_toolchain.sh index cf8a5f6a..9b82aa88 100755 --- a/aux/make_toolchain.sh +++ b/aux/make_toolchain.sh @@ -4,7 +4,7 @@ set -ex TARGET=x86_64-elf BINUTILSVERSION=2.37 -GCCVERSION=11.1.0 +GCCVERSION=11.2.0 CFLAGS="-O2 -pipe"