use correct toolchain in version info

This commit is contained in:
Dave Murphy 2009-02-19 01:27:39 +00:00
parent 1604da1c3c
commit 22ad6c5d44

View File

@ -62,7 +62,7 @@ then
--target=$target \
--with-newlib \
--prefix=$prefix \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 13" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPSP release 13" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi