devkitPPC: add patches for r49

This commit is contained in:
Dave Murphy 2026-01-25 19:18:12 +00:00
parent 4b0ff1e466
commit 86cc404510
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
4 changed files with 14619 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#---------------------------------------------------------------------------------
# devkitARM release 67
# devkitPPC release 48
# devkitPPC release 49
# devkitA64 release 29
#---------------------------------------------------------------------------------

1203
patches/gcc-15.2.0-7.patch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -49,10 +49,10 @@ case "$VERSION" in
BINUTILS_VER=2.45.1
GCC_VER=15.2.0
MN_BINUTILS_VER=2.24
NEWLIB_VER=4.5.0.20241231
NEWLIB_VER=4.6.0.20260123
BINUTILS_PKGREL=2
GCC_PKGREL=6
NEWLIB_PKGREL=5
GCC_PKGREL=7
NEWLIB_PKGREL=1
basedir='dkppc'
package=devkitPPC
target=powerpc-eabi