Juan Francisco Cantero Hurtado <[email protected]> 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 ? d -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/87lh8ruznj.fsf%40zancas.localnet. For more options, visit https://groups.google.com/d/optout.
