Sean O'Rourke (via RT) wrote:
+if (${jitcpuarch} eq 'ppc') {
Shouldn't that better be ${cpuarch}. When JIT is disabled, ${jitcpuarch}
seems to be 'i386'. Also in case of 'miniparrot', ${cpuarch} is set to
'unknown' - suboptimal (s. config/auto/jit.pl).leo
