aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-30 09:51:24 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-30 09:51:24 +0200
commit09bfabebc2e06bf3486b14ae088876890ec8a8d7 (patch)
tree7cf757fd62384edff4a9eb2129169f6d6df0be05 /configure
parent732bc15341b2e43e5ea21073f3066dcd30660f03 (diff)
parent14f3f0dfb90c74b7e1bc96c4aee74fb88dd7923b (diff)
downloadcompcert-09bfabebc2e06bf3486b14ae088876890ec8a8d7.tar.gz
compcert-09bfabebc2e06bf3486b14ae088876890ec8a8d7.zip
Merge branch 'master' into dwarf
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b680ce3d..60ea1be7 100755
--- a/configure
+++ b/configure
@@ -65,9 +65,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";;