In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/19eeb8f3f538405239ec8f4cff95421b9d9a3bfb?hp=1b9db2fb33d1c276cb7b213383cbaa41cbfddec1>

- Log -----------------------------------------------------------------
commit 19eeb8f3f538405239ec8f4cff95421b9d9a3bfb
Author: H.Merijn Brand <[email protected]>
Date:   Fri Mar 6 12:57:54 2015 +0100

    Make use64bitall distinctive from use64bitint on HP-UX
-----------------------------------------------------------------------

Summary of changes:
 hints/hpux.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/hints/hpux.sh b/hints/hpux.sh
index cb1895d..b2650a7 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -598,6 +598,14 @@ EOCBU
 cat >UU/uselargefiles.cbu <<'EOCBU'
 # This script UU/uselargefiles.cbu will get 'called-back' by Configure
 # after it has prompted the user for whether to use large files.
+
+case "$archname:$use64bitall:$use64bitint" in
+    *-LP64*:undef:define)
+       archname=`echo "$archname" | sed 's/-LP64/-64int/'`
+       echo "Archname changed to $archname"
+       ;;
+    esac
+
 case "$uselargefiles" in
     ""|$define|true|[yY]*)
        # there are largefile flags available via getconf(1)

--
Perl5 Master Repository

Reply via email to