Skip to content

Commit 1118d68

Browse files
committed
devkitPPC: gcc 15.2.0
1 parent 5c0124e commit 1118d68

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#---------------------------------------------------------------------------------
33
# devkitARM release 66
4-
# devkitPPC release 47.1
4+
# devkitPPC release 48
55
# devkitA64 release 29
66
#---------------------------------------------------------------------------------
77

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ then
101101
--with-newlib \
102102
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
103103
--prefix=$prefix \
104-
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 47.1" \
104+
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 48" \
105105
$CROSS_PARAMS \
106106
$CROSS_GCC_PARAMS \
107107
$EXTRA_GCC_PARAMS \
@@ -183,8 +183,6 @@ then
183183
touch installed-stage2
184184
fi
185185

186-
rm -fr $prefix/$target/sys-include
187-
188186
#---------------------------------------------------------------------------------
189187
# Install and build the gamecube crt and libogc
190188
#---------------------------------------------------------------------------------

select_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ case "$VERSION" in
3939
toolchain=DEVKITARM
4040
;;
4141
"2" )
42-
GCC_VER=15.1.0
42+
GCC_VER=15.2.0
4343
BINUTILS_VER=2.45.1
4444
MN_BINUTILS_VER=2.24
4545
NEWLIB_VER=4.5.0.20241231

0 commit comments

Comments
 (0)