mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
devkitARM: update binutils to 2.43.1
This commit is contained in:
parent
8b3fb07490
commit
ce700b701d
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 64
|
||||
# devkitARM release 65
|
||||
# devkitPPC release 45.2
|
||||
# devkitA64 release 27
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ then
|
|||
--with-system-zlib \
|
||||
--disable-tm-clone-registry \
|
||||
--disable-__cxa_atexit \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 64" \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 65" \
|
||||
$CROSS_PARAMS \
|
||||
$CROSS_GCC_PARAMS \
|
||||
$EXTRA_GCC_PARAMS \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ done
|
|||
case "$VERSION" in
|
||||
"1" )
|
||||
GCC_VER=14.1.0
|
||||
BINUTILS_VER=2.42
|
||||
BINUTILS_VER=2.43.1
|
||||
NEWLIB_VER=4.4.0.20231231
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user