devkitA64: gcc 15.2.0

This commit is contained in:
Dave Murphy 2025-12-26 19:55:23 +00:00
parent 73d0dafa21
commit 329ce986eb
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
4 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#---------------------------------------------------------------------------------
# devkitARM release 66
# devkitPPC release 47.1
# devkitA64 release 28
# devkitA64 release 29
#---------------------------------------------------------------------------------
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 28" \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 29" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \
@ -145,5 +145,3 @@ then
$MAKE install || { echo "Error installing gcc stage2"; exit 1; }
touch installed-stage2
fi
rm -fr $prefix/$target/sys-include

View File

@ -49,7 +49,7 @@ case "$VERSION" in
toolchain=DEVKITPPC
;;
"3" )
GCC_VER=15.1.0
GCC_VER=15.2.0
BINUTILS_VER=2.45.1
NEWLIB_VER=4.5.0.20241231
basedir='dka64'