At Fri, 18 Dec 2015 19:04:32 -0400, 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.