devkitA64: update newlib to 4.3.0

This commit is contained in:
Dave Murphy 2023-03-25 20:03:19 +00:00
parent b5de354a1e
commit 026a498a51
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
4 changed files with 3136 additions and 1699 deletions

View File

@ -2,7 +2,7 @@
#---------------------------------------------------------------------------------
# devkitARM release 59
# devkitPPC release 41
# devkitA64 release 20
# devkitA64 release 21
#---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then

View File

@ -62,7 +62,7 @@ then
--enable-lto \
--disable-tm-clone-registry \
--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_GCC_PARAMS \
$EXTRA_GCC_PARAMS \

View File

@ -51,7 +51,7 @@ case "$VERSION" in
"3" )
GCC_VER=12.2.0
BINUTILS_VER=2.32
NEWLIB_VER=4.2.0.20211231
NEWLIB_VER=4.3.0.20230120
basedir='dka64'
package=devkitA64
target=aarch64-none-elf