File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,15 @@ OCaml 4.09 maintenance branch
8585 prevent their C99-compliant snprintf conflicting with ours.
8686 (David Allsopp, report by Michael Soegtrop, review by Xavier Leroy)
8787
88+ - #10135: Overhaul the FlexDLL bootstrap process. It's now fully integrated
89+ with the default build target and controlled by --with-flexdll which allows
90+ externally downloaded sources for FlexDLL to be specified. A separate
91+ non-shared version of the runtime is built, and shared artefacts are no longer
92+ built twice. When bootstrapping, any flexlink in PATH is now ignored and the
93+ Cygwin port also supports bootstrapping FlexDLL. flexlink.opt is automatically
94+ built and installed as part of opt.opt/world.opt.
95+ (David Allsopp, review by Sébastien Hinderer)
96+
8897- #10835 Disable DT_TEXTREL warnings on x86 32 bit architecture by passing
8998 -Wl,-z,notext in mksharedlib and mkmaindll. Fixes relocation issues, reported
9099 in #9800, making local patches in Debian, Alpine, and FreeBSD superfluous.
You can’t perform that action at this time.
0 commit comments