diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-27 22:55:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-27 22:55:26 +0000 |
commit | afd0dee8f37b552b4439a98b985a329f920c6ddc (patch) | |
tree | fdab027ea8c5a47a87976283e61061e5a4409ad9 /hints | |
parent | 414b89ccea265fe71267b799abd1b083fb5c443d (diff) | |
download | perl-afd0dee8f37b552b4439a98b985a329f920c6ddc.tar.gz |
The casting mystery in HP-UX and IRIX needs at least a workaround
and this would be it.
p4raw-id: //depot/perl@8961
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 2 | ||||
-rw-r--r-- | hints/irix_6.sh | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 1d59600b7c..c9524cf55d 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 e6117cf1af..b65de234b1 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' + |