Skip to content

Commit 32faa8f

Browse files
committed
move crtls to main script
1 parent 342e302 commit 32faa8f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

dkppc/scripts/build-crtls.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33
export DEVKITPPC=$TOOLPATH/devkitPPC
44
export DEVKITPRO=$TOOLPATH
55

6-
#---------------------------------------------------------------------------------
7-
# Install and build the gamecube crt and libogc
8-
#---------------------------------------------------------------------------------
9-
10-
echo "installing linkscripts ..."
11-
cp $BUILDSCRIPTDIR/dkppc/crtls/*.ld $prefix/$target/lib/
12-
#---------------------------------------------------------------------------------
13-
# copy base rulesets
14-
#---------------------------------------------------------------------------------
15-
cp $BUILDSCRIPTDIR/dkppc/rules/* $prefix
16-
176
cd $BUILDDIR/libogc-$LIBOGC_VER
187

198
if [ ! -f installed ]; then

dkppc/scripts/build-gcc.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,17 @@ fi
168168

169169
rm -fr $prefix/$target/sys-include
170170

171+
#---------------------------------------------------------------------------------
172+
# Install and build the gamecube crt and libogc
173+
#---------------------------------------------------------------------------------
174+
175+
echo "installing linkscripts ..."
176+
cp $BUILDSCRIPTDIR/dkppc/crtls/*.ld $prefix/$target/lib/
177+
#---------------------------------------------------------------------------------
178+
# copy base rulesets
179+
#---------------------------------------------------------------------------------
180+
cp $BUILDSCRIPTDIR/dkppc/rules/* $prefix
181+
171182
cd $BUILDDIR
172183

173184
#---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)