devkitPPC: next release is 39

This commit is contained in:
Dave Murphy 2021-02-14 19:50:35 +00:00
parent ae793d657a
commit 6999db3f10
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 56
# devkitPPC release 38
# devkitARM release 55
# devkitPPC release 39
# devkitA64 release 17
#---------------------------------------------------------------------------------

View File

@ -100,7 +100,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix\
--with-system-zlib\
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 38" \
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 39" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \