Leopold Toetsch wrote:

Nick Glencross wrote:

#define PARROT_9000/800 1

                     ^

Can you check in config/*/*.pl where that is coming from?

That would be PARROT_${jitcpu}, where jitcpu is set by config/auto/jit.pl. It looks like jitcpu is derived (through archname) by splitting Perl's archname variable at the '-'.

I won't have access to the HP-UX system until Friday, but I recall that doing a 'uname -a' showed that one of the fields was certainly 9000/800. It sounds like a case of adding some special cases in jit.pl.

I guess that just doing a s|/|_|g would be a good start.

When I get access, I'll also see if the alignment test hangs as one of the comments suggests, or whether I get a meaningful value returned.

Cheers,

Nick

Reply via email to