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 032100b commit eb428ebCopy full SHA for eb428eb
2 files changed
build-devkit.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
#---------------------------------------------------------------------------------
3
# devkitARM release 62
4
-# devkitPPC release 43
+# devkitPPC release 44.2
5
# devkitA64 release 23
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 44" \
+ --with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 44.2" \
105
$CROSS_PARAMS \
106
$CROSS_GCC_PARAMS \
107
$EXTRA_GCC_PARAMS \
0 commit comments