update devkitPPC version

This commit is contained in:
Dave Murphy 2017-01-21 17:03:39 +00:00
parent d1891441af
commit 0ccd646fec
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 46
# devkitPPC release 29
# devkitPPC release 29-1
#---------------------------------------------------------------------------------
if [ 1 -eq 1 ] ; then

View File

@ -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