1 file changed, 5 insertions(+)
diff --git a/tools/ocamlmklib.ml b/tools/ocamlmklib.ml
-index 0ca7b80..e50ea0e 100644
+index 1cf8ef9..37c7f41 100644
--- a/tools/ocamlmklib.ml
+++ b/tools/ocamlmklib.ml
-@@ -57,6 +57,11 @@ and rpath = ref [] (* rpath options *)
+@@ -55,6 +55,11 @@ and rpath = ref [] (* rpath options *)
and debug = ref false (* -g option *)
and verbose = ref false
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
-index 3698c7c..ac8a080 100644
+index ebb8bbd..d27d47b 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -984,6 +984,9 @@ AS_IF([test x"$enable_shared" != "xno"],
+@@ -987,6 +987,9 @@ AS_IF([test x"$enable_shared" != "xno"],
natdynlinkopts="-Wl,-E"
- shared_libraries_supported=true])])
+ supports_shared_libraries=true])])
+mksharedlib="$mksharedlib $CCLINKFLAGS"
+mkexe="$mkexe $CCLINKFLAGS"
1 file changed, 10 insertions(+)
diff --git a/configure.ac b/configure.ac
-index ac8a080..9ac019f 100644
+index d27d47b..48b438a 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -1183,6 +1183,16 @@ AS_CASE([$arch],
+@@ -1199,6 +1199,16 @@ AS_CASE([$arch],
[common_cflags="-no-pie $common_cflags"],
[])])
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/driver/main_args.ml b/driver/main_args.ml
-index 3c6faac..a208056 100644
+index 60db017..a46e50e 100644
--- a/driver/main_args.ml
+++ b/driver/main_args.ml
-@@ -1976,7 +1976,6 @@ third-party libraries such as Lwt, but with a different API."
+@@ -2005,7 +2005,6 @@ third-party libraries such as Lwt, but with a different API."
include Core
include Compiler
let _compat_32 = set bytecode_compatible_32
let _dcamlprimc = set keep_camlprimc_file
let _dinstr = set dump_instr
let _dllib s = Compenv.defer (ProcessDLLs (Misc.rev_split_words s))
-@@ -1995,6 +1994,15 @@ third-party libraries such as Lwt, but with a different API."
+@@ -2024,6 +2023,15 @@ third-party libraries such as Lwt, but with a different API."
let _use_runtime s = use_runtime := s
let _v () = Compenv.print_version_and_library "compiler"
let _vmthread () = Compenv.fatal vmthread_removed_message
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/autogen b/tools/autogen
-index 5341451..7ac2349 100755
+index 69cc910..41be702 100755
--- a/tools/autogen
+++ b/tools/autogen
@@ -16,7 +16,7 @@
1 file changed, 1 insertion(+)
diff --git a/api_docgen/ocamldoc/Makefile b/api_docgen/ocamldoc/Makefile
-index 87cd9cd..fa1dbad 100644
+index 6af89ab..d4f84ae 100644
--- a/api_docgen/ocamldoc/Makefile
+++ b/api_docgen/ocamldoc/Makefile
-@@ -60,6 +60,7 @@ build/libref/%.odoc: $(DOCGEN)/%.mld | build/libref
+@@ -62,6 +62,7 @@ build/libref/%.odoc: build/%.mld | build/libref
ALL_COMPILED_DOC=$(ALL_DOC:%=build/%.odoc)
build/man/Stdlib.3o: $(ALL_COMPILED_DOC) | build/man
$(OCAMLDOC_RUN) -man -d build/man -man-mini \
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 9ac019f..a449246 100644
+index 48b438a..20f0873 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -43,7 +43,7 @@ libraries_man_section=3
+@@ -37,7 +37,7 @@ CONFIGURE_ARGS="$*"
# at the moment they are not taken into account on Windows, because
# flexlink, which is used to build executables on this platform, can
# not handle them.
# Flags for building executable files with debugging symbols
mkexedebugflag="-g"
-@@ -1952,7 +1952,7 @@ AS_IF([test x"$DEFAULT_STRING" = "xunsafe"],
+@@ -1980,7 +1980,7 @@ AS_IF([test x"$DEFAULT_STRING" = "xunsafe"],
oc_cflags="$common_cflags $internal_cflags"
oc_cppflags="$common_cppflags $internal_cppflags"