Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
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-02-22 21:23:04 +02:00
Weijia Wang
67548d607d
ocaml-ng.ocamlPackages_4_0[2-5].ocaml: unbreak on aarch64-linux
2023-01-16 20:58:27 +01:00
Sergei Trofimovich
1bdc32f970
ocaml-ng.ocamlPackages_4_00_1.ocaml, ocaml-ng.ocamlPackages_4_08.ocaml: add -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-05-28 13:37:55 +01:00
Vincent Laporte
d8d2136718
ocaml 4.00 – 4.09: make compatible with glibc-2.34
2022-04-06 21:30:10 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Théophane Hufschmitt
acc608d88e
ocaml_4_02 : Fix src
...
#08b85f5f9917cad7 introduced a wrong src url for ocaml 4.02 (and thus
broke a lot of stuff),
This restores the correct url.
2016-09-23 21:47:42 +02:00
Théophane Hufschmitt
08b85f5f99
ocaml : add 4.03 compiler
2016-08-19 19:07:30 +02:00
Vincent Laporte
a3fa690fa2
ocaml: add local copy of the ocamlbuild patch
2015-11-28 09:48:55 +01:00
Vincent Laporte
9fa9c87485
ocaml: 4.02.2 -> 4.02.3
2015-10-03 08:26:42 +02:00
Vincent Laporte
67e38dfe23
ocaml: 4.02.1 -> 4.02.2
2015-10-03 08:26:42 +02:00