Skip to content

Commit 2e36785

Browse files
author
Elly Jones
committed
---
yaml --- r: 6129 b: refs/heads/master c: 098cf43 h: refs/heads/master i: 6127: cc75a57 v: v3
1 parent 6ffb360 commit 2e36785

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 0003a50e3365e26595f8e4cf3185ebd3534bf835
2+
refs/heads/master: 098cf437617207b5ff7ae643119c97fdfbd4eae9

trunk/configure

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -249,19 +249,10 @@ opt valgrind 1 "run tests with valgrind"
249249
opt docs 1 "build documentation"
250250
opt optimize 1 "build optimized rust code"
251251
opt mingw-cross 0 "cross-compile for win32 using mingw"
252+
opt only-gcc 0 "prefer gcc to clang for building the runtime"
252253
valopt prefix "/usr/local" "set installation prefix"
253254
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)"
265256

266257
step_msg "writing out basic parameters"
267258
putvar CFG_SRC_DIR

0 commit comments

Comments
 (0)