aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-28 10:40:53 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-28 10:40:53 +0100
commit14f3f0dfb90c74b7e1bc96c4aee74fb88dd7923b (patch)
treec44d0a8bb2a24ecf077a1817f0145b32045ca6c0 /configure
parentc58e3bdadde3ab60c982bdd036964987add72bee (diff)
downloadcompcert-14f3f0dfb90c74b7e1bc96c4aee74fb88dd7923b.tar.gz
compcert-14f3f0dfb90c74b7e1bc96c4aee74fb88dd7923b.zip
Only for options with value.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 447bc0a2..f9591c0b 100755
--- a/configure
+++ b/configure
@@ -64,9 +64,9 @@ while : ; do
-toolprefix|--toolprefix)
toolprefix="$2"; shift;;
-no-runtime-lib)
- has_runtime_lib=false; shift;;
+ has_runtime_lib=false;;
-no-checklink)
- build_checklink=false; shift;;
+ build_checklink=false;;
*)
if test -n "$target"; then echo "$usage" 1>&2; exit 2; fi
target="$1";;