Get -lbind if available. Add pointer to perldelta.pod/64-bit
authorLupe Christoph <lupe@lupe-christoph.de>
Thu, 24 Feb 2000 11:54:50 +0000 (12:54 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 24 Feb 2000 17:13:22 +0000 (17:13 +0000)
support to t/op/numconvert.t.
To: perl5-porters@perl.org
Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
Message-Id: <200002241054.LAA06808@lupe-christoph.de>

p4raw-id: //depot/cfgperl@5238

Configure
t/op/numconvert.t

index beefcdc..23e41eb 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 Feb 24 03:13:49 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Thu Feb 24 17:45:39 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
index f71fd6c..1de8ede 100755 (executable)
@@ -50,6 +50,7 @@ my $max_uv2 = sprintf "%u", $max_uv1 ** 6; # 6 is an arbitrary number here
 my $big_iv = do {use integer; $max_uv1 * 16}; # 16 is an arbitrary number here
 
 if ($max_uv1 ne $max_uv2 or $big_iv > $max_uv1) {
+  # see perldelta.pod section 64-bit support
   print "1..0\n# Unsigned arithmetic is not sane\n";
   exit 0;
 }