added latest psp toolchain patches

This commit is contained in:
Dave Murphy 2005-11-03 19:19:12 +00:00
parent ce6b5c6e23
commit d3fa267a81
4 changed files with 7513 additions and 4543 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -53,9 +53,9 @@ cd $BUILDSCRIPTDIR
svn checkout svn://svn.pspdev.org/psp/trunk/pspsdk || { echo "ERROR GETTING PSPSDK"; exit 1; }
cd pspsdk
./bootstrap || { echo "ERROR RUNNING PSPSDK BOOSTRAP"; exit 1; }
./configure || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
$MAKE install-data || { echo "ERROR INSTALLING PSPSDK HEADERS"; exit 1; }
./bootstrap || { echo "ERROR RUNNING PSPSDK BOOTSTRAP"; exit 1; }
./configure || { echo "ERROR RUNNING PSPSDK CONFIGURE"; exit 1; }
$MAKE install-data || { echo "ERROR INSTALLING PSPSDK HEADERS"; exit 1; }
#---------------------------------------------------------------------------------