Porting GHC to powerpc-unknown-linux
Donald Bruce Stewart
dons@cse.unsw.edu.au
Thu, 4 Sep 2003 19:34:54 +1000
simonmar:
> There's a small possibility that I've missed something out from the
> instructions, I suppose :)
No. They are perfect. I've stress tested them today :p
+-----------------+--------------------+----------------------------+
| HOST | TARGET | Unregisterised bootstrap |
+-----------------+--------------------+----------------------------+
| i386-*-openbsd | i386-*-openbsd | YES |
| | i386-*-freebsd | YES |
| | i386-*-linux | YES |
| | i386-*-solaris2 | YES |
| | sparc-sun-solaris2 | YES |
| | sparc-sun-openbsd | in-progress |
| | m68k-apple-netbsd | in-progress |
| | | |
| | alpha-dec-osf3 | dies on host with: |
| | | cc1: Invalid option `ieee' |
+-----------------+--------------------+----------------------------+
So all 32-bit platforms have worked or are looking good, but the 64 bit
couldn't get of the host machine.
But I think we can see that GHC is portable now :)
Cheers,
Don