Skip to content

Commit 13f7f2c

Browse files
committed
crosstool-ng: Update to newer upstream for bug fix
Pull in newer upstream ct-ng to get binutils dwarf bug fix. Signed-off-by: Kumar Gala <[email protected]>
1 parent cff96b0 commit 13f7f2c

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

0 commit comments

Comments
 (0)