diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:53 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:53 +0000 |
commit | 68decaef0a08fcd5db3193f825cfdfc539b67ccb (patch) | |
tree | a16d0390e7acc0fcc16eba0be8259a2214efd9fe /hints | |
parent | bf10efe7e35fa48859e575b890018da16608a9d7 (diff) | |
download | perl-68decaef0a08fcd5db3193f825cfdfc539b67ccb.tar.gz |
perl 4.0 patch 22: patch #20, continued
See patch #20.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/cray.sh | 3 |
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 |