Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-24 | Updated lang/ocaml to version 4.14.0. | jaapb | 1 | -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-08 | ocaml: Fix previous correctly. | jperkin | 1 | -2/+2 | |
2021-01-04 | ocaml: Don't quote LDFLAGS. | jperkin | 1 | -2/+2 | |
Breaks the build when it contains multiple arguments. | |||||
2020-12-10 | ocaml: honor LDFLAGS in one more place to fix RELRO builds | wiz | 1 | -0/+15 | |
From jaapb, thanks! |