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 d6434ab commit 24164ccCopy full SHA for 24164cc
2 files changed
build-devkit.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#---------------------------------------------------------------------------------
3
-# devkitARM release 65
+# devkitARM release 66
4
# devkitPPC release 46.1
5
# devkitA64 release 27
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 65" \
+ --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 66" \
70
$CROSS_PARAMS \
71
$CROSS_GCC_PARAMS \
72
$EXTRA_GCC_PARAMS \
0 commit comments