···658658 (Sébastien Hinderer, review by Miod Vallat, Gabriel Scherer and
659659 Olivier Nicole)
660660661661-* #12578, #12589, #13322: Use configured CFLAGS and CPPFLAGS *only* during the
662662- build of the compiler itself. Do not use them when compiling third-party
663663- C sources through the compiler. Flags for compiling third-party C
664664- sources can still be specified at configure time in the
665665- COMPILER_{BYTECODE,NATIVE}_{CFLAGS,CPPFLAGS} configuration variables.
661661+* #12578, #12589, #13322, #13519: Use configured CFLAGS and CPPFLAGS *only*
662662+ during the build of the compiler itself. Do not use them when
663663+ compiling third-party C sources through the compiler. Flags for
664664+ compiling third-party C sources can still be specified at configure
665665+ time in the COMPILER_{BYTECODE,NATIVE}_{CFLAGS,CPPFLAGS}
666666+ configuration variables.
666667 (Sébastien Hinderer, report by William Hu, review by David Allsopp)
667668668669- #13285: continue the merge of the sub-makefiles into the root
+7
Makefile.config.in
···221221222222# Deprecated variables
223223224224+## Variables deprecated since OCaml 5.3
225225+226226+OCAMLC_CFLAGS=@bytecode_cflags@
227227+OCAMLOPT_CFLAGS=@native_cflags@
228228+OCAMLC_CPPFLAGS=@bytecode_cppflags@
229229+OCAMLOPT_CPPFLAGS=@native_cppflags@
230230+224231## Variables deprecated since OCaml 5.2
225232226233STDLIB_MANPAGES=@build_libraries_manpages@