Re: Add PROPERTIES for ocaml native and native dynlink archs

2012-08-08 Thread Anil Madhavapeddy
Can you call this ocaml_native_dynlink instead, to match the upstream term? I'm just doing a bunch of testing of OCaml-4.00.0 with all the in-tree ports, so this is a good time to sort this out too. -anil On 26 Jul 2012, at 04:00, Christopher Zimmermann wrote: > Hi, > > ocaml can compile to n

Add PROPERTIES for ocaml native and native dynlink archs

2012-07-26 Thread Christopher Zimmermann
Hi, ocaml can compile to nativecode only on some archs. Additionally it can dynlink nativecode only on i386 and amd64. Some ports need to know about this. lang/ocaml/ocaml.port.mk defines variables for this. But using them is a pain becaus they can only be used in variable substitutions. For condi