We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953cf2a commit 6a74f83Copy full SHA for 6a74f83
dkppc/scripts/build-gcc.sh
@@ -40,6 +40,9 @@ cd $BUILDDIR
40
# build and install mn10200 binutils
41
#---------------------------------------------------------------------------------
42
43
+# Use modern config.sub for aarch64 host
44
+cp binutils-$BINUTILS_VER/config.sub binutils-$MN_BINUTILS_VER/config.sub
45
+
46
mkdir -p mn10200/binutils
47
cd mn10200/binutils
48
0 commit comments