make_toolchain.sh: Bump binutils to 2.38
This commit is contained in:
parent
c9fd130744
commit
9afaa5fad8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue