Bug#859966: Make native related files optional on bytecode archs

2017-04-18 Thread Frederic Bonnard
Hi Stéphane, On Tue, 18 Apr 2017 10:50:16 +0200, Stéphane Glondu wrote: > On 18/04/2017 10:25, Stéphane Glondu wrote: > >> on bytecode only architectures, the native related files won't be > >> compiled because > >> ocamlopt is not available in ocaml. So I made those files optional in > >> the at

Bug#859966: Make native related files optional on bytecode archs

2017-04-18 Thread Stéphane Glondu
On 18/04/2017 10:25, Stéphane Glondu wrote: on bytecode only architectures, the native related files won't be compiled because ocamlopt is not available in ocaml. So I made those files optional in the attached patch. Note that on ppc64el, ocamlopt is available starting with ocaml 4.03 and .cmx an

Bug#859966: Make native related files optional on bytecode archs

2017-04-18 Thread Stéphane Glondu
On 13/04/2017 18:33, Frederic Bonnard wrote: on bytecode only architectures, the native related files won't be compiled because ocamlopt is not available in ocaml. So I made those files optional in the attached patch. Note that on ppc64el, ocamlopt is available starting with ocaml 4.03 and .cmx

Bug#859966: Make native related files optional on bytecode archs

2017-04-13 Thread Frederic Bonnard
Hi, on bytecode only architectures, the native related files won't be compiled because ocamlopt is not available in ocaml. So I made those files optional in the attached patch. Note that on ppc64el, ocamlopt is available starting with ocaml 4.03 and .cmx and .cmxa will be generated. F. diff -u o