Skip to content

Commit 1b09b3a

Browse files
committed
devkitPPC: r46.1
1 parent a133b4d commit 1b09b3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-devkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#---------------------------------------------------------------------------------
33
# devkitARM release 65
4-
# devkitPPC release 46
4+
# devkitPPC release 46.1
55
# devkitA64 release 27
66
#---------------------------------------------------------------------------------
77

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ then
101101
--with-newlib \
102102
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
103103
--prefix=$prefix \
104-
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 46" \
104+
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 46.1" \
105105
$CROSS_PARAMS \
106106
$CROSS_GCC_PARAMS \
107107
$EXTRA_GCC_PARAMS \

0 commit comments

Comments
 (0)