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 98aac78 commit 4dc7a33Copy full SHA for 4dc7a33
2 files changed
build-devkit.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
#---------------------------------------------------------------------------------
3
# devkitARM release 57
4
-# devkitPPC release 39
+# devkitPPC release 40
5
# devkitA64 release 18
6
7
dkppc/scripts/build-gcc.sh
@@ -101,7 +101,7 @@ then
101
--with-newlib \
102
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
103
--prefix=$prefix \
104
- --with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 39" \
+ --with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 40" \
105
$CROSS_PARAMS \
106
$CROSS_GCC_PARAMS \
107
$EXTRA_GCC_PARAMS \
0 commit comments