summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-otherlibs_unix_Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-05-24Updated lang/ocaml to version 4.14.0.jaapb1-6/+6
This is a long-overdue update, so there are many changes. Details are in the Changes file in the distribution. The mk/ocaml file will be moved to lang/ocaml and the logic for selecting whether to use the native-code compiler will be factored out into native.mk to avoid duplications. This is the final version before OCaml 5.0 arrives, which has multicore support and should be a major change from the 4.x versions.
2021-01-08ocaml: Fix previous correctly.jperkin1-2/+2
2021-01-04ocaml: Don't quote LDFLAGS.jperkin1-2/+2
Breaks the build when it contains multiple arguments.
2020-12-10ocaml: honor LDFLAGS in one more place to fix RELRO buildswiz1-0/+15
From jaapb, thanks!