diff --git a/dkppc/scripts/build-crtls.sh b/dkppc/scripts/build-crtls.sh index 1a1352f..f0debbf 100644 --- a/dkppc/scripts/build-crtls.sh +++ b/dkppc/scripts/build-crtls.sh @@ -3,17 +3,6 @@ export DEVKITPPC=$TOOLPATH/devkitPPC 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 if [ ! -f installed ]; then diff --git a/dkppc/scripts/build-gcc.sh b/dkppc/scripts/build-gcc.sh index 125fba9..255fb8c 100755 --- a/dkppc/scripts/build-gcc.sh +++ b/dkppc/scripts/build-gcc.sh @@ -168,6 +168,17 @@ fi 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 #---------------------------------------------------------------------------------