Skip to content

Commit

Permalink
crosstool-ng: Update to newer version with ARC64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
  • Loading branch information
abrodkin committed May 5, 2021
1 parent 9e48736 commit 8531d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$TARGETS" == "all" ]; then
TARGETS=${TARGETS}" tools"
fi

COMMIT="6c9f44116fc7deb8637479ac27fde02629ec0a2e"
COMMIT="dded2f648af7eca10223df7b162a1f19c6757759"
GITDIR=${PWD}
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')

Expand Down

0 comments on commit 8531d19

Please sign in to comment.