summaryrefslogtreecommitdiff
path: root/hints/irix_4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_4.sh')
-rw-r--r--hints/irix_4.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/hints/irix_4.sh b/hints/irix_4.sh
index 57a9031e5c..9dc1fee44e 100644
--- a/hints/irix_4.sh
+++ b/hints/irix_4.sh
@@ -4,3 +4,15 @@ d_voidsig=define
usevfork=false
d_charsprf=undef
ccflags="-ansiposix -signed"
+#
+# This hint due thanks Hershel Walters <walters@smd4d.wes.army.mil>
+# Date: Tue, 31 Jan 1995 16:32:53 -0600 (CST)
+# Subject: IRIX4.0.4(.5? 5.0?) problems
+# I don't know if they affect versions of perl other than 5.000 or
+# versions of IRIX other than 4.0.4.
+#
+cat <<'EOM'
+If you have problems, you might have try including
+ -DSTANDARD_C -cckr
+in ccflags.
+EOM