mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 08:15:25 -05:00
devkitA64: update newlib to 4.3.0
This commit is contained in:
parent
b5de354a1e
commit
026a498a51
|
|
@ -2,7 +2,7 @@
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# devkitARM release 59
|
# devkitARM release 59
|
||||||
# devkitPPC release 41
|
# devkitPPC release 41
|
||||||
# devkitA64 release 20
|
# devkitA64 release 21
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
if [ 0 -eq 1 ] ; then
|
if [ 0 -eq 1 ] ; then
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -62,7 +62,7 @@ then
|
||||||
--enable-lto \
|
--enable-lto \
|
||||||
--disable-tm-clone-registry \
|
--disable-tm-clone-registry \
|
||||||
--disable-__cxa_atexit \
|
--disable-__cxa_atexit \
|
||||||
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 20" \
|
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 21" \
|
||||||
$CROSS_PARAMS \
|
$CROSS_PARAMS \
|
||||||
$CROSS_GCC_PARAMS \
|
$CROSS_GCC_PARAMS \
|
||||||
$EXTRA_GCC_PARAMS \
|
$EXTRA_GCC_PARAMS \
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ case "$VERSION" in
|
||||||
"3" )
|
"3" )
|
||||||
GCC_VER=12.2.0
|
GCC_VER=12.2.0
|
||||||
BINUTILS_VER=2.32
|
BINUTILS_VER=2.32
|
||||||
NEWLIB_VER=4.2.0.20211231
|
NEWLIB_VER=4.3.0.20230120
|
||||||
basedir='dka64'
|
basedir='dka64'
|
||||||
package=devkitA64
|
package=devkitA64
|
||||||
target=aarch64-none-elf
|
target=aarch64-none-elf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user