Skip to content

Commit 25b0515

Browse files
committed
crosstool-ng: Update to newer upstream
Pull in some minor changes from upstream crosstool-ng to make builds on various other host platforms easier in the future Signed-off-by: Kumar Gala <[email protected]>
1 parent fb7d740 commit 25b0515

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

0 commit comments

Comments
 (0)