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; }