Re: bytecode.t & OS X "Invalid bytecode for this architecture"
Adrian M. Enache [Mon, 4 Aug 2003 16:20:19 +0000 (19:20 +0300)]
Message-ID: <20030804132019.GA6764@ratsnest.hole>

p4raw-id: //depot/perl@20856

Configure
config_h.SH

index 7b1f5f2..1ca1b00 100755 (executable)
--- 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$$ <<EOF
index d4c4319..96c7d06 100644 (file)
@@ -987,19 +987,19 @@ sed <<!GROK!THIS! >$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