Skip to content

Commit 9fd4eed

Browse files
committed
update croostool-ng to 1.24.0-rc2
This gets us gcc-8.3.0 support from upstream so we can drop our patch. Signed-off-by: Kumar Gala <[email protected]>
1 parent 2cacd8e commit 9fd4eed

File tree

2 files changed

+1
-570
lines changed

2 files changed

+1
-570
lines changed

go.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$TARGETS" == "all" ]; then
1212
TARGETS=${TARGETS}" tools"
1313
fi
1414

15-
COMMIT="2a1e0cb0314a9b50ba8421e21b5a262442ab7c9f"
15+
COMMIT="84854dc9b03d0ff60c7b2e1e46331eadcc89fc58"
1616
GITDIR=${PWD}
1717
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1818

@@ -55,7 +55,6 @@ if [ ! -d "crosstool-ng" ]; then
5555
pushd crosstool-ng
5656
git checkout ${COMMIT}
5757
patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
58-
patch -p1 < ${GITDIR}/patches/0001-Update-to-gcc-8.3.0.patch
5958
popd
6059
fi
6160

0 commit comments

Comments
 (0)