devkitARM: next update is release 60

This commit is contained in:
Dave Murphy 2023-02-22 16:08:12 +00:00
parent 87f8584b86
commit 776be5894d
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# devkitARM release 59 # devkitARM release 60
# devkitPPC release 41 # devkitPPC release 41
# devkitA64 release 21 # devkitA64 release 21
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------

View File

@ -66,7 +66,7 @@ then
--with-system-zlib \ --with-system-zlib \
--disable-tm-clone-registry \ --disable-tm-clone-registry \
--disable-__cxa_atexit \ --disable-__cxa_atexit \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 59" \ --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 60" \
$CROSS_PARAMS \ $CROSS_PARAMS \
$CROSS_GCC_PARAMS \ $CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \ $EXTRA_GCC_PARAMS \