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 2cacd8e commit 9fd4eedCopy full SHA for 9fd4eed
go.sh
@@ -12,7 +12,7 @@ if [ "$TARGETS" == "all" ]; then
12
TARGETS=${TARGETS}" tools"
13
fi
14
15
-COMMIT="2a1e0cb0314a9b50ba8421e21b5a262442ab7c9f"
+COMMIT="84854dc9b03d0ff60c7b2e1e46331eadcc89fc58"
16
GITDIR=${PWD}
17
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
18
@@ -55,7 +55,6 @@ if [ ! -d "crosstool-ng" ]; then
55
pushd crosstool-ng
56
git checkout ${COMMIT}
57
patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
58
- patch -p1 < ${GITDIR}/patches/0001-Update-to-gcc-8.3.0.patch
59
popd
60
61
0 commit comments