Hello,

I'm trying to build a 32 bits version of ocaml, so I added this to my godi.conf
OCAML_CONF_ARGS=-cc "gcc -m32" -as "as -arch i386" -aspp "gcc -m32 -c"

The problem is that PCRE is built by default in 64 bits. Is there a
similar environment variable that I can change to specify the target
architecture?

Thanks,

Alan

_______________________________________________
Godi-list mailing list
[email protected]
https://godirepo.camlcity.org/mailman/listinfo/godi-list

Reply via email to