Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
5173ec5b
Commit
5173ec5b
authored
Sep 26, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove configure check for -bin-annot since OCaml 4.02.3 is required.
parent
c72f763f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
16 deletions
+2
-16
Makefile.in
Makefile.in
+2
-7
configure.in
configure.in
+0
-9
No files found.
Makefile.in
View file @
5173ec5b
...
...
@@ -98,8 +98,8 @@ INCLUDES = @ZIPINCLUDE@ @MENHIRINCLUDE@
WARNINGS
=
A-4-9-41-44-45-50-52@5@48
OFLAGS
=
-w
$(WARNINGS)
-keep-locs
-dtypes
-g
-I
lib/why3
$(INCLUDES)
BFLAGS
=
-w
$(WARNINGS)
-keep-locs
-dtypes
-g
-I
lib/why3
$(INCLUDES)
OFLAGS
=
-w
$(WARNINGS)
-keep-locs
-bin-annot
-dtypes
-g
-I
lib/why3
$(INCLUDES)
BFLAGS
=
-w
$(WARNINGS)
-keep-locs
-bin-annot
-dtypes
-g
-I
lib/why3
$(INCLUDES)
OLINKFLAGS
=
-linkall
$(EXTCMXA)
BLINKFLAGS
=
-linkall
$(EXTCMA)
...
...
@@ -108,11 +108,6 @@ ifeq (@enable_profiling@,yes)
OFLAGS
+=
-g
-p
endif
ifeq
(@enable_bin_annot@,yes)
OFLAGS
+=
-bin-annot
BFLAGS
+=
-bin-annot
endif
# see http://caml.inria.fr/mantis/view.php?id=4991
CMIHACK
=
-intf-suffix
.cmi
...
...
configure.in
View file @
5173ec5b
...
...
@@ -312,14 +312,6 @@ else
fi
fi
# bin-annot
case "$OCAMLVERSION" in
0.*|1.*|2.*|3.*)
enable_bin_annot=no;;
*)
enable_bin_annot=yes;;
esac
# checking for rubber
if test "$enable_doc" = yes ; then
AC_CHECK_PROG(RUBBER,rubber,rubber,no)
...
...
@@ -764,7 +756,6 @@ dnl AC_SUBST(OCAMLWEB)
AC_SUBST(MENHIR)
AC_SUBST(enable_profiling)
AC_SUBST(enable_bin_annot)
AC_SUBST(COQCAMLP)
AC_SUBST(COQCAMLPLIB)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment