Bump gcc and binutils versions in make_toolchain.sh
This commit is contained in:
parent
ab5b09e237
commit
1ce2a8d3ab
|
@ -5,8 +5,8 @@ set -x
|
|||
|
||||
PREFIX="$(pwd)"
|
||||
TARGET=i386-elf
|
||||
BINUTILSVERSION=2.33.1
|
||||
GCCVERSION=9.2.0
|
||||
BINUTILSVERSION=2.34
|
||||
GCCVERSION=9.3.0
|
||||
|
||||
if [ -z "$MAKEFLAGS" ]; then
|
||||
MAKEFLAGS="$1"
|
||||
|
|
Loading…
Reference in New Issue