From: Jarkko Hietaniemi Date: Tue, 27 Feb 2001 22:55:26 +0000 (+0000) Subject: The casting mystery in HP-UX and IRIX needs at least a workaround X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afd0dee8f37b552b4439a98b985a329f920c6ddc;p=p5sagit%2Fp5-mst-13.2.git The casting mystery in HP-UX and IRIX needs at least a workaround and this would be it. p4raw-id: //depot/perl@8961 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 1d59600..c9524cf 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -435,3 +435,5 @@ EOCBU # keep that leading tab. ccisgcc='' +# Until we figure out what to be probe for in Configure (ditto for irix_6.sh) +d_casti32='undef' diff --git a/hints/irix_6.sh b/hints/irix_6.sh index e6117cf..b65de23 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -334,3 +334,6 @@ EOCBU # The -n32 makes off_t to be 8 bytes, so we should have largefileness. +# Until we figure out what to be probe for in Configure (ditto for hpux.sh) +d_casti32='undef' +