[
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: | Sven Luther <sven.luther@w...> |
| Subject: | Re: [Caml-list] ocamlopt for ppc64 |
On Sun, Dec 19, 2004 at 01:47:30PM +0100, lafitte@cui.unige.ch wrote: > > Hi all, > > I have a bunch of PowerPC 970FX running 64-bit linux. > I wish for ocamlopt for this architecture. > Has anyone done the changes to the asm code generator > to take into account the 64 bit architecture? > I'm thinking of doing it myself but I'm afraid to forget > something somewhere... and I'm no ocaml asm code generator > nor PowerPC expert. > Any help is greatly appreciated! Well, what OS are you running on it ? It is not as easy, as you need a true ppc64 userland. which is right now provided only by a few linux distributions. I may have some interest in doing this, but not before next year (first i need a ppc64 debian kernel and glibc for it to work, i already have a biarch compiler). Friendly, Sven Luther