Bump gcc and binutils versions in make_toolchain.sh

This commit is contained in:
mintsuki 2020-03-13 17:04:51 +01:00
parent ab5b09e237
commit 1ce2a8d3ab
1 changed files with 2 additions and 2 deletions

View File

@ -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"