File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ while [ $# -gt 0 ]; do
3131done
3232if [ -z " $CHECKOUT_ONLY " ]; then
3333 if [ -z " $PREFIX " ]; then
34- echo $0 [--enable-asserts] [--full-llvm] dest
34+ echo $0 [--enable-asserts] [--full-llvm] [--host =< triple > ] dest
3535 exit 1
3636 fi
3737
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
2828 shift
2929done
3030if [ -z " $PREFIX " ]; then
31- echo $0 [--skip-include-triplet-prefix] [--with-default-win32-winnt= 0x601] [--with-default-msvcrt= ucrt] dest
31+ echo $0 [--skip-include-triplet-prefix] [--with-default-win32-winnt= 0x601] [--with-default-msvcrt= ucrt] [--host =< triple > ] dest
3232 exit 1
3333fi
3434
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ while [ $# -gt 0 ]; do
1616 shift
1717done
1818if [ -z " $PREFIX " ]; then
19- echo $0 dest
19+ echo $0 [--host =< triple > ] dest
2020 exit 1
2121fi
2222mkdir -p " $PREFIX "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ while [ $# -gt 0 ]; do
1616 shift
1717done
1818if [ -z " $PREFIX " ]; then
19- echo $0 dir
19+ echo $0 [--host =< triple > ] dir
2020 exit 1
2121fi
2222cd " $PREFIX "
You can’t perform that action at this time.
0 commit comments