mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
devkitPPC: update to gcc 14.2.0
This commit is contained in:
parent
72ca8f813f
commit
6628e681e2
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# devkitARM release 65
|
# devkitARM release 65
|
||||||
# devkitPPC release 45.2
|
# devkitPPC release 46
|
||||||
# devkitA64 release 27
|
# devkitA64 release 27
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
1474
dkppc/patches/gcc-14.2.0.patch
Normal file
1474
dkppc/patches/gcc-14.2.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -101,7 +101,7 @@ then
|
||||||
--with-newlib \
|
--with-newlib \
|
||||||
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
||||||
--prefix=$prefix \
|
--prefix=$prefix \
|
||||||
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 45.2" \
|
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 46" \
|
||||||
$CROSS_PARAMS \
|
$CROSS_PARAMS \
|
||||||
$CROSS_GCC_PARAMS \
|
$CROSS_GCC_PARAMS \
|
||||||
$EXTRA_GCC_PARAMS \
|
$EXTRA_GCC_PARAMS \
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ case "$VERSION" in
|
||||||
toolchain=DEVKITARM
|
toolchain=DEVKITARM
|
||||||
;;
|
;;
|
||||||
"2" )
|
"2" )
|
||||||
GCC_VER=13.2.0
|
GCC_VER=14.2.0
|
||||||
BINUTILS_VER=2.42
|
BINUTILS_VER=2.42
|
||||||
MN_BINUTILS_VER=2.24
|
MN_BINUTILS_VER=2.24
|
||||||
NEWLIB_VER=4.4.0.20231231
|
NEWLIB_VER=4.4.0.20231231
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user