mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
move crtls to main script
This commit is contained in:
parent
342e3027f0
commit
32faa8f8b0
|
|
@ -3,17 +3,6 @@
|
||||||
export DEVKITPPC=$TOOLPATH/devkitPPC
|
export DEVKITPPC=$TOOLPATH/devkitPPC
|
||||||
export DEVKITPRO=$TOOLPATH
|
export DEVKITPRO=$TOOLPATH
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
|
||||||
# Install and build the gamecube crt and libogc
|
|
||||||
#---------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
echo "installing linkscripts ..."
|
|
||||||
cp $BUILDSCRIPTDIR/dkppc/crtls/*.ld $prefix/$target/lib/
|
|
||||||
#---------------------------------------------------------------------------------
|
|
||||||
# copy base rulesets
|
|
||||||
#---------------------------------------------------------------------------------
|
|
||||||
cp $BUILDSCRIPTDIR/dkppc/rules/* $prefix
|
|
||||||
|
|
||||||
cd $BUILDDIR/libogc-$LIBOGC_VER
|
cd $BUILDDIR/libogc-$LIBOGC_VER
|
||||||
|
|
||||||
if [ ! -f installed ]; then
|
if [ ! -f installed ]; then
|
||||||
|
|
|
||||||
|
|
@ -168,6 +168,17 @@ fi
|
||||||
|
|
||||||
rm -fr $prefix/$target/sys-include
|
rm -fr $prefix/$target/sys-include
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
# Install and build the gamecube crt and libogc
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
echo "installing linkscripts ..."
|
||||||
|
cp $BUILDSCRIPTDIR/dkppc/crtls/*.ld $prefix/$target/lib/
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
# copy base rulesets
|
||||||
|
#---------------------------------------------------------------------------------
|
||||||
|
cp $BUILDSCRIPTDIR/dkppc/rules/* $prefix
|
||||||
|
|
||||||
cd $BUILDDIR
|
cd $BUILDDIR
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user