Skip to content

Commit 7b37128

Browse files
stephanosiogalak
authored andcommitted
crosstool-ng: Update to pull in common local patch directory support
Update build script to pull in the crosstool-ng commit that supports providing local patches in a version-independent manner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2686e98 commit 7b37128

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

0 commit comments

Comments
 (0)