From b009b0eeab84363967df5b32fc8a3cb76e952711 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 4 Apr 2012 16:32:02 +0100 Subject: [PATCH] new pspsdk version, inform when stripping tools --- build-devkit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-devkit.sh b/build-devkit.sh index 4ffe7fd..baf5376 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -25,7 +25,7 @@ LIBMIRKO_VER=0.9.7 MAXMOD_VER=1.0.7 FILESYSTEM_VER=0.9.9 LIBFAT_VER=1.0.11 -PSPSDK_VER=20120403 +PSPSDK_VER=20120404 GBATOOLS_VER=1.0.0 GRIT_VER=0.8.9 NDSTOOL_VER=1.50.1 @@ -244,6 +244,7 @@ if [ -f $scriptdir/build-gcc.sh ]; then . $scriptdir/build-gcc.sh || { echo "Err if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh || { echo "Error building tools"; exit 1; }; cd $BUILDSCRIPTDIR; fi if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi +echo "stripping installed binaries" . ./strip_bins.sh #---------------------------------------------------------------------------------