aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2014-10-27 10:08:48 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2014-10-27 10:08:48 +0100
commit5fc20400421e12c91ec5f47fde1b3ea25d1da30e (patch)
treeb3e90f2a8ebc22b235f0d6a44c063aca595c142e
parentf27d7dc78c722b068d670a5ffcb816be7b0f1166 (diff)
parenta49d3b267754eae6036e0c03e48bff7e1c028a58 (diff)
downloadcompcert-kvx-5fc20400421e12c91ec5f47fde1b3ea25d1da30e.tar.gz
compcert-kvx-5fc20400421e12c91ec5f47fde1b3ea25d1da30e.zip
Merge branch 'master' into dwarf
-rw-r--r--Makefile1
-rw-r--r--_tags4
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e72d3a3f..a0744c0d 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,6 @@ OCB_OPTIONS=\
OCB_OPTIONS_CHECKLINK=\
$(OCB_OPTIONS) \
-I checklink \
- -cflags "-w -3" \
-use-ocamlfind
OCB_OPTIONS_CLIGHTGEN=\
$(OCB_OPTIONS) \
diff --git a/_tags b/_tags
index 8f6d58ac..0d83f2fa 100644
--- a/_tags
+++ b/_tags
@@ -3,5 +3,7 @@ true: use_menhir
<**/*.native>: debug
<driver/Driver.*{byte,native}>: use_unix,use_str
<exportclight/Clightgen.*{byte,native}>: use_unix,use_str
-<checklink/*.ml>: pkg_bitstring,warn_error_A
+<checklink/*.ml>: pkg_bitstring
<checklink/Validator.*{byte,native}>: pkg_unix,pkg_str,pkg_bitstring
+<extraction/*.ml>: warn(-20)
+<**/*.ml>: warn(-3)