make_toolchain.sh: Bump binutils to 2.38

This commit is contained in:
mintsuki 2022-02-10 15:01:49 +01:00
parent c9fd130744
commit 9afaa5fad8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
cd "$srcdir"
TARGET=x86_64-elf
BINUTILSVERSION=2.37
BINUTILSVERSION=2.38
GCCVERSION=11.2.0
if command -v gmake; then