devkitPPC: releease 37

This commit is contained in:
Dave Murphy 2020-05-16 03:16:20 +01:00
parent 20bf4948a1
commit 433a4bdd80
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 54
# devkitPPC release 36
# devkitPPC release 37
# devkitA64 release 15
#---------------------------------------------------------------------------------

View File

@ -97,7 +97,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 36" \
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 37" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
CFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \