Browse thread
64 bits ocamlopt to generate 32 bits code
-
Jean Guyader
- Goswin von Brederlow
- Florian Hars
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florian Hars <hars@b...> |
| Subject: | Re: [Caml-list] 64 bits ocamlopt to generate 32 bits code |
Jean Guyader wrote: > Is it possible to generate 32 bits assembly code with a 64 bits ocamlopt? If you are adventurous, you might be able to set up a cross compilation environment, look at the PowerPC 405 thread from a few days ago for ideas. The easier way is probably to set up a 32 bit chroot environment and compile there. - Florian.