From 22ad6c5d44f25ca8f833688ec5ff2d4e12dc78da Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 19 Feb 2009 01:27:39 +0000 Subject: [PATCH] use correct toolchain in version info --- dkpsp/scripts/build-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkpsp/scripts/build-gcc.sh b/dkpsp/scripts/build-gcc.sh index b49c1de..894609f 100644 --- a/dkpsp/scripts/build-gcc.sh +++ b/dkpsp/scripts/build-gcc.sh @@ -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