Skip to content

Commit 088304b

Browse files
committed
crosstool-ng: pull in fix to strip nano libs
Signed-off-by: Kumar Gala <[email protected]>
1 parent 3e93895 commit 088304b

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

0 commit comments

Comments
 (0)