Skip to content

Commit

Permalink
devkitPPC: r45.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Apr 28, 2024
1 parent c62e968 commit 5ae950a
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 63
# devkitPPC release 45.1
# devkitPPC release 45.2
# devkitA64 release 25.1
#---------------------------------------------------------------------------------

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 45.1" \
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 45.2" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
$EXTRA_GCC_PARAMS \
Expand Down

0 comments on commit 5ae950a

Please sign in to comment.