devkitARM: next release is r54

This commit is contained in:
Dave Murphy 2020-05-08 10:04:40 +01:00
parent fbc790a8dd
commit 116613adc8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -64,7 +64,7 @@ then
--prefix=$prefix \
--enable-lto\
--with-system-zlib \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 53" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 54" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }