Skip to content

Commit 74e2c3e

Browse files
committed
devkitPPC: move linkscripts to separate project
1 parent 1118d68 commit 74e2c3e

File tree

6 files changed

+11
-898
lines changed

6 files changed

+11
-898
lines changed

build-devkit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ DKARM_RULES_VER=1.6.1
3131
DKARM_CRTLS_VER=1.2.7
3232

3333
DKPPC_RULES_VER=1.2.1
34+
DKPPC_CRTLS_VER=1.0.0
3435

3536
DKA64_RULES_VER=1.1.1
3637

@@ -195,7 +196,7 @@ if [ "$BUILD_DKPRO_SKIP_CRTLS" != "1" ]; then
195196
fi
196197

197198
if [ $VERSION -eq 2 ]; then
198-
archives="devkitppc-rules-$DKPPC_RULES_VER.tar.gz $archives"
199+
archives="devkitppc-crtls-$DKPPC_CRTLS_VER.tar.gz devkitppc-rules-$DKPPC_RULES_VER.tar.gz $archives"
199200
fi
200201

201202
if [ $VERSION -eq 3 ]; then

dkppc/crtls/gcn.ld

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)