mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-27 12:24:48 -05:00
added latest psp toolchain patches
This commit is contained in:
parent
ce6b5c6e23
commit
d3fa267a81
File diff suppressed because it is too large
Load Diff
1092
dkpsp/patches/gcc-4.0.2.patch
Normal file
1092
dkpsp/patches/gcc-4.0.2.patch
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -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; }
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user