summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2020-02-22 12:26:21 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2020-02-22 12:26:21 +0100
commitecaf1d735fdf9142e239da64c9b185847dbfcb34 (patch)
treeaf2d8f9c873657279d4198fdf0cda11decdd42d9 /hints/hpux.sh
parent4abfbe5e33af7a1f372f9271f8d5c629ad858ef6 (diff)
downloadperl-ecaf1d735fdf9142e239da64c9b185847dbfcb34.tar.gz
Increase required macro-space for HP-UX C-ANSI-C
125000 was too small!
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 53c87651b6..da5f81dfe1 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -160,7 +160,7 @@ case `$cc -v 2>&1`"" in
ccversion=`what $cc_found | awk '/Compiler/{print $2}/Itanium/{print $6,$7}/for Integrity/{print $6,$7}'`
case "$ccflags" in
"-Ae "*) ;;
- *) ccflags="-Ae -Wp,-H65000 $cc_cppflags"
+ *) ccflags="-Ae -Wp,-H150000 $cc_cppflags"
# +vnocompatwarnings not known in 10.10 and older
if [ $xxOsRev -ge 1020 ]; then
ccflags="$ccflags -Wl,+vnocompatwarnings"