about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.02.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-16ocaml-ng.ocamlPackages_4_0[2-5].ocaml: unbreak on aarch64-linuxWeijia Wang1-0/+3
2022-05-28ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocaml: add ↵Sergei Trofimovich1-0/+6
-fcommon workaround Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: $ nix build --impure --expr 'with import ./. {}; ocaml-ng.ocamlPackages_4_00_1.ocaml.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })' ... > ld: libcamlrun.a(startup.o):(.bss+0x800): multiple definition of `caml_code_fragments_table'; libcamlrun.a(backtrace.o):(.bss+0x20): first defined here > collect2: error: ld returned 1 exit status
2022-04-06ocaml 4.00 – 4.09: make compatible with glibc-2.34Vincent Laporte1-1/+7
2019-08-28treewide: remove redundant recvolth1-1/+1
2016-09-23ocaml_4_02 : Fix srcThéophane Hufschmitt1-1/+1
#08b85f5f9917cad7 introduced a wrong src url for ocaml 4.02 (and thus broke a lot of stuff), This restores the correct url.
2016-08-19ocaml : add 4.03 compilerThéophane Hufschmitt1-78/+5
2015-11-28ocaml: add local copy of the ocamlbuild patchVincent Laporte1-5/+1
2015-10-03ocaml: 4.02.2 -> 4.02.3Vincent Laporte1-2/+2
2015-10-03ocaml: 4.02.1 -> 4.02.2Vincent Laporte1-0/+84