mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
devkitPPC: add patches for r49
This commit is contained in:
parent
4b0ff1e466
commit
86cc404510
|
|
@ -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
1203
patches/gcc-15.2.0-7.patch
Normal file
File diff suppressed because it is too large
Load Diff
13412
patches/newlib-4.6.0.20260123-1.patch
Normal file
13412
patches/newlib-4.6.0.20260123-1.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user