From 0ccd646fec9b8a66406e5aecd4cc6a30cdbd472c Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 21 Jan 2017 17:03:39 +0000 Subject: [PATCH] update devkitPPC version --- build-devkit.sh | 2 +- dkppc/scripts/build-gcc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index b36b58b..6cb35f5 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -1,7 +1,7 @@ #!/bin/bash #--------------------------------------------------------------------------------- # devkitARM release 46 -# devkitPPC release 29 +# devkitPPC release 29-1 #--------------------------------------------------------------------------------- if [ 1 -eq 1 ] ; then diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index 40e6595..89023f7 100755 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -89,7 +89,7 @@ then --with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \ --prefix=$prefix\ --with-system-zlib\ - --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 29" \ + --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 29-1" \ $CROSS_PARAMS \ || { echo "Error configuring gcc stage 1"; exit 1; } touch configured-gcc