File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0003a50e3365e26595f8e4cf3185ebd3534bf835
2
+ refs/heads/master: 098cf437617207b5ff7ae643119c97fdfbd4eae9
Original file line number Diff line number Diff line change @@ -249,19 +249,10 @@ opt valgrind 1 "run tests with valgrind"
249
249
opt docs 1 " build documentation"
250
250
opt optimize 1 " build optimized rust code"
251
251
opt mingw-cross 0 " cross-compile for win32 using mingw"
252
+ opt only-gcc 0 " prefer gcc to clang for building the runtime"
252
253
valopt prefix " /usr/local" " set installation prefix"
253
254
valopt llvm-root " " " set llvm root"
254
-
255
- if [ $HELP -eq 1 ]
256
- then
257
- echo " "
258
- echo " Useful environment variables:"
259
- echo " "
260
- printf " %-32s %s\n" " CFG_ONLY_GCC" " Prefer gcc to clang for building the runtime"
261
- printf " %-32s %s\n" " CFG_TARGET_TRIPLES" " LLVM target triples"
262
- echo " "
263
- exit 0
264
- fi
255
+ valopt target-triples " " " LLVM target triples (defaults to host if unset)"
265
256
266
257
step_msg " writing out basic parameters"
267
258
putvar CFG_SRC_DIR
You can’t perform that action at this time.
0 commit comments