update devkitA64 version

This commit is contained in:
Dave Murphy 2019-03-07 01:58:38 +00:00
parent a48e515bd6
commit bcb3bff114
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#---------------------------------------------------------------------------------
# devkitARM release 52
# devkitPPC release 35
# devkitA64 release 12
# devkitA64 release 13
#---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then

View File

@ -64,7 +64,7 @@ then
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-system-zlib \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 12" \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 13" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }