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 87f8584 commit 776be58Copy full SHA for 776be58
2 files changed
build-devkit.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#---------------------------------------------------------------------------------
3
-# devkitARM release 59
+# devkitARM release 60
4
# devkitPPC release 41
5
# devkitA64 release 21
6
dkarm-eabi/scripts/build-gcc.sh
@@ -66,7 +66,7 @@ then
66
--with-system-zlib \
67
--disable-tm-clone-registry \
68
--disable-__cxa_atexit \
69
- --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" \
70
$CROSS_PARAMS \
71
$CROSS_GCC_PARAMS \
72
$EXTRA_GCC_PARAMS \
0 commit comments