projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9014bb8
)
add comment about cpprun etc., to hints/hpux.sh
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 15 Jul 1998 05:35:54 +0000
(
05:35
+0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 15 Jul 1998 05:35:54 +0000
(
05:35
+0000)
p4raw-id: //depot/perl@1497
hints/hpux.sh
patch
|
blob
|
history
diff --git
a/hints/hpux.sh
b/hints/hpux.sh
index
3e727d2
..
9b8b3b4
100644
(file)
--- 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"
+