On 19/12/15 00:04, David Bremner wrote:
Juan Francisco Cantero Hurtado <i...@juanfra.info> writes:

On Friday 18 December 2015 13:42:32 Matthew Flatt wrote:
At Fri, 18 Dec 2015 13:21:29 -0400, David Bremner wrote:

I can try a single threaded build later, but I wondered if the huge
number of warnings from the JIT code was normal.

Those warnings are normal for some variants of gcc, but the JIT should
not be used at all for PPC64, so that seems likely to be the problem.

The PPC JIT is currently enabled by

  # if defined(__powerpc__) && !defined(__powerpc64__)

I added that change to sconfig. I tested racket on fedora ppc64 big
endian and fedora ppc64 little endian. Both are IBM POWER systems.

I don't understand what you had to add? According to Matthew, that is
the test already there? Although I didn't the exact test anywhere in the
6.3 source.

Everything works fine and there is only a remaining bug in big endian. I
can reproduce the same bug on OpenBSD powerpc (32bits big endian).
Anyway, racket builds fine always.

Can you build successfully with -j4 ?

git master builds fine and racket 6.3 needs this patch: https://github.com/racket/racket/commit/e957a7d.patch

--
You received this message because you are subscribed to the Google Groups "Racket 
Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-dev+unsubscr...@googlegroups.com.
To post to this group, send email to racket-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/56749C11.9070001%40juanfra.info.
For more options, visit https://groups.google.com/d/optout.

Reply via email to