Skip to content

Commit 433a4bd

Browse files
committed
devkitPPC: releease 37
1 parent 20bf494 commit 433a4bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/bin/bash
33
#---------------------------------------------------------------------------------
44
# devkitARM release 54
5-
# devkitPPC release 36
5+
# devkitPPC release 37
66
# devkitA64 release 15
77
#---------------------------------------------------------------------------------
88

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ then
9797
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
9898
--prefix=$prefix\
9999
--with-system-zlib\
100-
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 36" \
100+
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 37" \
101101
$CROSS_PARAMS \
102102
$CROSS_GCC_PARAMS \
103103
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \

0 commit comments

Comments
 (0)