mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-12 20:46:01 -05:00
corrected scripts
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
echo "building pspsdk ..."
|
||||
cd $PSPSDK_SRCDIR
|
||||
./configure
|
||||
$MAKE
|
||||
echo "installing pspsdk ..."
|
||||
$MAKE install
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user