summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-11-05 06:28:31 +0000
committerLarry Wall <lwall@netlabs.com>1991-11-05 06:28:31 +0000
commitde3bb51191e884300caf98892ecfcc0ca3ebc09c (patch)
tree5456fe4ba1ec6e118cea151d5e94225763c05bd7 /hints
parentf0fcb5529109ae3ced6c7fbb8cbd77162fa9bfdb (diff)
downloadperl-de3bb51191e884300caf98892ecfcc0ca3ebc09c.tar.gz
perl 4.0 patch 17: patch #11, continued
See patch #11.
Diffstat (limited to 'hints')
-rw-r--r--hints/sunos_4_0_1.sh2
-rw-r--r--hints/sunos_4_0_2.sh2
-rw-r--r--hints/ti1500.sh1
-rw-r--r--hints/ultrix_4.sh3
4 files changed, 6 insertions, 2 deletions
diff --git a/hints/sunos_4_0_1.sh b/hints/sunos_4_0_1.sh
index 7fd8c889cb..99fce3f44b 100644
--- a/hints/sunos_4_0_1.sh
+++ b/hints/sunos_4_0_1.sh
@@ -1 +1 @@
-$ccflags="$ccflags -DFPUTS_BOTCH"
+ccflags="$ccflags -DFPUTS_BOTCH"
diff --git a/hints/sunos_4_0_2.sh b/hints/sunos_4_0_2.sh
index 7fd8c889cb..99fce3f44b 100644
--- a/hints/sunos_4_0_2.sh
+++ b/hints/sunos_4_0_2.sh
@@ -1 +1 @@
-$ccflags="$ccflags -DFPUTS_BOTCH"
+ccflags="$ccflags -DFPUTS_BOTCH"
diff --git a/hints/ti1500.sh b/hints/ti1500.sh
new file mode 100644
index 0000000000..3d89250b25
--- /dev/null
+++ b/hints/ti1500.sh
@@ -0,0 +1 @@
+d_mymalloc='undef'
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh
index ffaf376272..91e5d7d109 100644
--- a/hints/ultrix_4.sh
+++ b/hints/ultrix_4.sh
@@ -6,6 +6,9 @@ Note that there is a bug in some versions of NFS on the DECStation that
may cause utime() to work incorrectly. If so, regression test io/fs
may fail if run under NFS. Ignore the failure.
EOF
+ case "$tmp" in
+ *4.2*) d_volatile=undef;;
+ esac
;;
esac
case "$tmp" in