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 a133b4d commit 1b09b3aCopy full SHA for 1b09b3a
2 files changed
build-devkit.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
#---------------------------------------------------------------------------------
3
# devkitARM release 65
4
-# devkitPPC release 46
+# devkitPPC release 46.1
5
# devkitA64 release 27
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 46" \
+ --with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 46.1" \
105
$CROSS_PARAMS \
106
$CROSS_GCC_PARAMS \
107
$EXTRA_GCC_PARAMS \
0 commit comments