summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1992-06-08 04:52:53 +0000
committerLarry Wall <lwall@netlabs.com>1992-06-08 04:52:53 +0000
commit68decaef0a08fcd5db3193f825cfdfc539b67ccb (patch)
treea16d0390e7acc0fcc16eba0be8259a2214efd9fe /hints
parentbf10efe7e35fa48859e575b890018da16608a9d7 (diff)
downloadperl-68decaef0a08fcd5db3193f825cfdfc539b67ccb.tar.gz
perl 4.0 patch 22: patch #20, continued
See patch #20.
Diffstat (limited to 'hints')
-rw-r--r--hints/cray.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/cray.sh b/hints/cray.sh
new file mode 100644
index 0000000000..952a0219e1
--- /dev/null
+++ b/hints/cray.sh
@@ -0,0 +1,3 @@
+case `uname -r` in
+6.1*) shellflags="-m+65536" ;;
+esac