mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
devkitPPC: update gcc to 15.1.0
This commit is contained in:
parent
1e91020d5c
commit
141c30be36
1489
dkppc/patches/gcc-15.1.0.patch
Normal file
1489
dkppc/patches/gcc-15.1.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -101,7 +101,7 @@ then
|
|||
--with-newlib \
|
||||
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
||||
--prefix=$prefix \
|
||||
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 46.1" \
|
||||
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 47" \
|
||||
$CROSS_PARAMS \
|
||||
$CROSS_GCC_PARAMS \
|
||||
$EXTRA_GCC_PARAMS \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ case "$VERSION" in
|
|||
toolchain=DEVKITARM
|
||||
;;
|
||||
"2" )
|
||||
GCC_VER=14.2.0
|
||||
GCC_VER=15.1.0
|
||||
BINUTILS_VER=2.44
|
||||
MN_BINUTILS_VER=2.24
|
||||
NEWLIB_VER=4.4.0.20231231
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user