Skip to content

Commit 339a112

Browse files
committed
crosstool-ng: Update to newer upstream for centos build fix
Pull in fix for compat on centOS. See commit in upstream crosstool-ng: commit 57f59092852dff18fbda68fdbf23f850ad182c40 Author: Alexey Brodkin <[email protected]> Date: Wed Oct 14 22:35:03 2020 +0300 binutils: Disable glob for better portability Fixes: #280 Signed-off-by: Kumar Gala <[email protected]>
1 parent d2e2453 commit 339a112

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

0 commit comments

Comments
 (0)