Skip to content

Commit 26238ee

Browse files
committed
crosstool-ng: Update to newer version with picolibc updates
Signed-off-by: Kumar Gala <[email protected]>
1 parent 9a53bc9 commit 26238ee

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="b76f096f7fc21c7011f696a5fe8712819b312f0b"
15+
COMMIT="b7cd9816e9eeb1adbd60904affbee6b1fe65b9b6"
1616
GITDIR=${PWD}
1717
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1818

0 commit comments

Comments
 (0)