Skip to content

Commit 6a74f83

Browse files
committed
devkitPPC: use modern config.sub for mn10200 binutils
1 parent 953cf2a commit 6a74f83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dkppc/scripts/build-gcc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ cd $BUILDDIR
4040
# build and install mn10200 binutils
4141
#---------------------------------------------------------------------------------
4242

43+
# Use modern config.sub for aarch64 host
44+
cp binutils-$BINUTILS_VER/config.sub binutils-$MN_BINUTILS_VER/config.sub
45+
4346
mkdir -p mn10200/binutils
4447
cd mn10200/binutils
4548

0 commit comments

Comments
 (0)