From: Jarkko Hietaniemi Date: Thu, 25 Feb 1999 20:41:07 +0000 (+0000) Subject: Temporary workaround for the config_h.SH versus X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca8cfa5475011a74e81458daa0cc5b23c374bc3a;p=p5sagit%2Fp5-mst-13.2.git Temporary workaround for the config_h.SH versus crosscompile and multiarch plus introduce 'rt' to $libswanted: in UNIX98 sched_yield() lives there. p4raw-id: //depot/cfgperl@3025 --- diff --git a/Configure b/Configure index 6f2f171..37e4d89 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 Mon Feb 22 11:28:58 EET 1999 [metaconfig 3.0 PL70] +# Generated on Thu Feb 25 22:44:22 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * double. Usual values are 2, 4 and 8. The default is eight, * for safety. */ -#if defined(CROSSCOMPILE) || defined(MULTIARCH) +#if defined(CROSSCOMPILE) || defined(MULTIARCH) || defined(NeXT) || defined(__NeXT__) # define MEM_ALIGNBYTES 8 #else #define MEM_ALIGNBYTES $alignbytes @@ -1098,7 +1098,7 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * so the default case (for NeXT) is big endian to catch them. * This might matter for NeXT 3.0. */ -#if defined(CROSSCOMPILE) || defined(MULTIARCH) +#if defined(CROSSCOMPILE) || defined(MULTIARCH) || defined(NeXT) || defined(__NeXT__) # ifdef __LITTLE_ENDIAN__ # if LONGSIZE == 4 # define BYTEORDER 0x1234