GNU/Linux SPARC port?

Gary Benson gbenson at redhat.com
Fri Jan 25 02:10:13 PST 2008


Dalibor Topic wrote:
> On Jan 24, 2008 3:19 PM, Leandro Guimarães Faria Corcete DUTRA
> <ldutra at atech.br> wrote:
> > I have already check the build documentation, it does mention
> > GNU/Linux x86 and AMD64 and Solaris SPARC, x86 and AMD64, but no
> > GNU/Linux SPARC.  Alternatively, is the porting effort trivial
> > enough so a medium-skilled C or C++ programmer could do it in a
> > few days?  If so, is there a porting guide?
> 
> Yes, for IcedTea (once you get set up):
> http://gbenson.livejournal.com/2007/11/16/

Maybe not a few days, but linux sparc should be the easiest port
possible since both the os-specific code (in hotspot/src/os/linux)
and the cpu-specific code (in hotspot/src/cpu/sparc) already exist,
so all you need to create is the hotspot/src/os_cpu/linux_sparc.
If I were doing it I'd use the templater mentioned in the guide
Dalibor linked to create just that directory and then start filling
in the blanks...

Cheers,
Gary

 



More information about the porters-dev mailing list