corrected scripts

This commit is contained in:
Dave Murphy
2005-07-06 05:49:01 +00:00
parent dd066c3ac6
commit 08304b3279
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
echo "building pspsdk ..."
cd $PSPSDK_SRCDIR
./configure
$MAKE
echo "installing pspsdk ..."
$MAKE install

View File

@@ -9,8 +9,8 @@ prefix=$INSTALLDIR/devkitPSP
# build and install binutils
#---------------------------------------------------------------------------------
#mkdir -p $target/binutils
#cd $target/binutils
mkdir -p $target/binutils
cd $target/binutils
../../$BINUTILS_SRCDIR/configure \
--prefix=$prefix --target=$target --disable-nls --disable-shared --disable-debug \