summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-15 05:35:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-15 05:35:54 +0000
commitc9302cbd29dd7be9bcb3025307c23ac588d98fe7 (patch)
treec54def62f39cc946b226cca7b26ef9aaacab2792 /hints/hpux.sh
parent9014bb8ee6d755e3124b996a99c8559d4b3f73cd (diff)
downloadperl-c9302cbd29dd7be9bcb3025307c23ac588d98fe7.tar.gz
add comment about cpprun etc., to hints/hpux.sh
p4raw-id: //depot/perl@1497
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 3e727d2d6f..9b8b3b48ef 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -183,3 +183,12 @@ esac
# assembler of the form:
# (warning) Use of GR3 when frame >= 8192 may cause conflict.
# These warnings are harmless and can be safely ignored.
+
+#
+# You should enable these if you use the unbundled ANSI C compiler
+# (*not* when using the bundled K&R compiler or gcc)
+# [XXX this should be enabled automatically]
+#
+#cpprun='/opt/ansic/bin/cc -E -Aa'
+#cppstdin="$cpprun"
+