We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21601 commit b5cdec8Copy full SHA for b5cdec8
2 files changed
build-devkit.sh
@@ -2,7 +2,7 @@
2
#---------------------------------------------------------------------------------
3
# devkitARM release 66
4
# devkitPPC release 47
5
-# devkitA64 release 27
+# devkitA64 release 28
6
7
8
if [ 0 -eq 1 ] ; then
dka64/scripts/build-gcc.sh
@@ -62,7 +62,7 @@ then
62
--enable-lto \
63
--disable-tm-clone-registry \
64
--disable-__cxa_atexit \
65
- --with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 27" \
+ --with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 28" \
66
$CROSS_PARAMS \
67
$CROSS_GCC_PARAMS \
68
$EXTRA_GCC_PARAMS \
0 commit comments