summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-11 20:58:51 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-11 20:58:51 +0000
commit4137488c154711ae2ab1a2e80eece811e04f5672 (patch)
tree2a75e5abb96f7b4eb072dd750c2c7333096b8a88 /hints
parent904e9dd4f1189394685c4bab40b5a4c7cef7bcbc (diff)
downloadperl-4137488c154711ae2ab1a2e80eece811e04f5672.tar.gz
perl 5.003_05: hints/hpux.sh
Add note about possible gcc GR3 warning message. Remove [gs]etpgrp workaround. Configure & perl.h should handle this now.
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh17
1 files changed, 8 insertions, 9 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 521e9345db..5c741e3674 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -107,15 +107,6 @@ usemymalloc='y'
alignbytes=8
selecttype='int *'
-# There are some lingering issues about handling g/setpgrp
-# in the perl core. The best thing is to use the g/setpgrp in the POSIX
-# module.
-# We've given up trying to guess which setting will cause perl to
-# conform to the Principle of Least Astonishment. If you want to use
-# BSD-style g/setpgrp, you'll have to uncomment the next two lines.
-# i_unistd='undef'
-# d_bsdpgrp='define'
-
# If your compile complains about FLT_MIN, uncomment the next line
# POSIX_cflags='ccflags="$ccflags -DFLT_MIN=1.17549435E-38"'
@@ -124,3 +115,11 @@ selecttype='int *'
case "$prefix" in
'') prefix='/opt/perl5' ;;
esac
+
+# Date: Fri, 6 Sep 96 23:15:31 CDT
+# From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
+# I looked through the gcc.info and found this:
+# * GNU CC compiled code sometimes emits warnings from the HP-UX
+# assembler of the form:
+# (warning) Use of GR3 when frame >= 8192 may cause conflict.
+# These warnings are harmless and can be safely ignored.