devkitA64: next release is r15

This commit is contained in:
Dave Murphy 2020-05-08 09:59:14 +01:00
parent 45bf89586f
commit fddf563787
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 53-1
# devkitPPC release 36
# devkitA64 release 14
# devkitA64 release 15
#---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then

View File

@ -59,12 +59,12 @@ then
--enable-libstdcxx-time \
--enable-libstdcxx-filesystem-ts \
--target=$target \
--with-newlib \
--with-newlib=yes \
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-system-zlib \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 14" \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 15" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }