Skip to content

Commit f5bd104

Browse files
committed
crosstool-ng: Update to newer upstream crosstool-ng
Update to using a newer snapshot of the upstream crosstool-ng. The upstream version brings in support for newlib-nano builds and gcc-10.3, and initial support for ARC64. Signed-off-by: Kumar Gala <[email protected]>
1 parent b9ef017 commit f5bd104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.sh

Lines changed: 1 addition & 1 deletion
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="d7da3a9c7f0f3a90bb4c71b91aea6cbc2471a541"
15+
COMMIT="6c9f44116fc7deb8637479ac27fde02629ec0a2e"
1616
GITDIR=${PWD}
1717
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1818

0 commit comments

Comments
 (0)