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

@ -64,7 +64,7 @@ then
--prefix=$prefix \
--enable-lto\
--with-system-zlib \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 50" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 51" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }

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'