Skip to content

Commit fa624ba

Browse files
committed
update crosstool-ng and use new newlib 3.1.0.20181231
There isn't any difference between 3.1.0.20181231 and the official 3.1.0 release. So drop our patch to use newlib 3.1.0 since now the upstream crosstool-ng removed marking newlib 3.0.0.20180831 and 3.1.0.20181231 as experimental. Signed-off-by: Kumar Gala <[email protected]>
1 parent 367d777 commit fa624ba

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
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="fb744d81588395a97cee951a151a56501a500e42"
15+
COMMIT="2a1e0cb0314a9b50ba8421e21b5a262442ab7c9f"
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-add-newlib-3.1.0.patch
5958
popd
6059
fi
6160

patches/0001-add-newlib-3.1.0.patch

Lines changed: 0 additions & 62 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)