mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-20 19:41:36 -05:00
devkitARM: upgrade binutils to 2.32
This commit is contained in:
parent
ec6543e3c0
commit
0bd88d5ac8
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user