Skip to content

Commit

Permalink
devkitPPC: r46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Nov 11, 2024
1 parent a133b4d commit 1b09b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-devkit.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#---------------------------------------------------------------------------------
# devkitARM release 65
# devkitPPC release 46
# devkitPPC release 46.1
# devkitA64 release 27
#---------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dkppc/scripts/build-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ then
--with-newlib \
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix \
--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" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \
Expand Down

0 comments on commit 1b09b3a

Please sign in to comment.