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 #!/bin/bash
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# devkitARM release 56 # devkitARM release 55
# devkitPPC release 38 # devkitPPC release 39
# devkitA64 release 17 # devkitA64 release 17
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------

View File

@@ -100,7 +100,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \ --with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix\ --prefix=$prefix\
--with-system-zlib\ --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_PARAMS \
$CROSS_GCC_PARAMS \ $CROSS_GCC_PARAMS \
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \ CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \