Skip to content

Commit 869d01d

Browse files
galaknashif
authored andcommitted
Update crosstool-ng version
There's been some recent development in crosstool-ng that includes pull in support for gcc-8.2.0 (so we can drop our patch). Update to version b82b8adb441001fc1c7f6d5603834861a2de0d2b. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
1 parent 322d428 commit 869d01d

File tree

4 files changed

+110
-1755
lines changed

4 files changed

+110
-1755
lines changed

go.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ -z "$TARGETS" ]; then
99
fi
1010

1111
REQUIRED_VERSION=1.23.0
12-
COMMIT="d5900debd397b8909d9cafeb9a1093fb7a5dc6e6"
12+
COMMIT="b82b8adb441001fc1c7f6d5603834861a2de0d2b"
1313
GITDIR=${PWD}
1414
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1515

@@ -43,7 +43,6 @@ if [ ! -d "crosstool-ng" ]; then
4343
echo "Patching tree"
4444
pushd crosstool-ng
4545
patch -p1 < ${GITDIR}/patches/0001-iamcu-support-x86-iamcu-ABIs.patch
46-
patch -p1 < ${GITDIR}/patches/0001-Add-GCC-8.2.patch
4746
popd
4847
fi
4948

0 commit comments

Comments
 (0)