File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33export DEVKITPPC=$TOOLPATH /devkitPPC
44export 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-
176cd $BUILDDIR /libogc-$LIBOGC_VER
187
198if [ ! -f installed ]; then
Original file line number Diff line number Diff line change 168168
169169rm -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+
171182cd $BUILDDIR
172183
173184# ---------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments