source: vendor/perl/5.8.8/hints/epix.sh@ 3296

Last change on this file since 3296 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 2.7 KB
RevLine 
[3181]1# epix.sh
2# Hint file for EP/IX on CDC RISC boxes.
3#
4# From: Stanley Donald Capelik <[email protected]>
5# Modified by Andy Dougherty <[email protected]>
6# Last modified: Mon May 8 15:29:18 EDT 1995
7#
8# This hint file appears to be based on the svr4 hints for perl5.000,
9# with some CDC-specific additions. I've tried to updated it to
10# match the 5.001 svr4 hints, which allow for dynamic loading,
11# but I have no way of testing the resulting file.
12#
13# There were also some contradictions that I've tried to straighten
14# out, but I'm not sure I got them all right.
15#
16# Edit config.sh to change shmattype from 'char *' to 'void *'"
17
18# Use Configure -Dcc=gcc to use gcc.
19case "$cc" in
20'') cc='/bin/cc3.11'
21 test -f $cc || cc='/usr/ccs/bin/cc'