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