Re: Porting to DragonFly BSD

2009-11-08 Thread Colin Paul Adams
> "Goetz" == Goetz Isenmann writes: Goetz> Maybe you could start with something like: Goetz> $ curl -o ghc-6.10.4-3.tar.bz2 \ ; Goetz> http://www.goetz-isenmann.de/dfly/ghc-6.10.4-3.tar.bz2 $ Goetz> curl -o cabal http://www.goetz-isenmann.de/dfly/cabal $ tar Goetz> xzf gh

Re: Compiling to ANSI C

2009-11-08 Thread Matthias Kilian
On Sun, Nov 08, 2009 at 10:19:26AM +0300, Bulat Ziganshin wrote: > seems that wizards are on holiday ATM, so i will help a little - ghc > ports are divided into registerized (working with cpu registers) > and unregisterized (just a C code generated). I wouldn't touch the *registerized* variant usi