From: Adrian M. Enache Date: Mon, 4 Aug 2003 16:20:19 +0000 (+0300) Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=538c07cc47462f860164a221f4f667ce2103ec45;p=p5sagit%2Fp5-mst-13.2.git Re: bytecode.t & OS X "Invalid bytecode for this architecture" Message-ID: <20030804132019.GA6764@ratsnest.hole> p4raw-id: //depot/perl@20856 --- diff --git a/Configure b/Configure index 7b1f5f2..1ca1b00 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Aug 7 19:45:41 EEST 2003 [metaconfig 3.0 PL70] +# Generated on Sat Aug 23 13:26:16 EEST 2003 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #if defined(USE_CROSS_COMPILE) || defined(MULTIARCH) # ifdef __LITTLE_ENDIAN__ -# if LONGSIZE == 4 +# if UVSIZE == 4 # define BYTEORDER 0x1234 # else -# if LONGSIZE == 8 +# if UVSIZE == 8 # define BYTEORDER 0x12345678 # endif # endif # else # ifdef __BIG_ENDIAN__ -# if LONGSIZE == 4 +# if UVSIZE == 4 # define BYTEORDER 0x4321 # else -# if LONGSIZE == 8 +# if UVSIZE == 8 # define BYTEORDER 0x87654321 # endif # endif