patchsets for devkitA64 r29.1

This commit is contained in:
Dave Murphy 2026-02-01 23:48:24 +00:00
parent 9fa34ef096
commit 0aa89d4699
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
3 changed files with 13416 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#---------------------------------------------------------------------------------
# devkitARM release 67
# devkitPPC release 49.1
# devkitA64 release 29
# devkitA64 release 29.1
#---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then

File diff suppressed because it is too large Load Diff

View File

@ -66,10 +66,10 @@ case "$VERSION" in
"3" )
GCC_VER=15.2.0
BINUTILS_VER=2.45.1
NEWLIB_VER=4.5.0.20241231
NEWLIB_VER=4.6.0.20260123
BINUTILS_PKGREL=2
GCC_PKGREL=3
NEWLIB_PKGREL=5
GCC_PKGREL=7
NEWLIB_PKGREL=3
basedir='dka64'
package=devkitA64
target=aarch64-none-elf