File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
File renamed without changes.
Original file line number Diff line number Diff line change 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 \
183183 touch installed-stage2
184184fi
185185
186- rm -fr $prefix /$target /sys-include
187-
188186# ---------------------------------------------------------------------------------
189187# Install and build the gamecube crt and libogc
190188# ---------------------------------------------------------------------------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments