4 Aug
2010
4 Aug
'10
12:16 p.m.
Ondrej Zajicek <santiago@crfreenet.org> wrote on 2010/08/04 13:55:43:
On Wed, Aug 04, 2010 at 12:04:21PM +0200, Joakim Tjernlund wrote:
feela@majklik:~/src/git/bird$ patch -p1 <ld.patch patching file tools/Rules.in
That patch breaks cross compile. Please look at http://hackage.haskell.org/trac/ghc/ticket/3791 Perhaps passing -mno-relax and/or -r will do it?
That patch was just a quick workaround. In GIT we have now: $(CC) -nostdlib -r -o $@ $^
Ah, OK. Thanks Jocke