devkitARM: upgrade binutils to 2.32

This commit is contained in:
Dave Murphy
2019-02-18 14:04:41 +00:00
parent ec6543e3c0
commit 0bd88d5ac8
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=8.2.0
BINUTILS_VER=2.31.1
BINUTILS_VER=2.32
NEWLIB_VER=3.0.0
GDB_VER=8.2
basedir='dkarm-eabi'