This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Resync with mainline
[perl5.git] / hints / unicosmk.sh
CommitLineData
c4f23d77
AD
1case "$optimize" in
2'') optimize="-O1" ;;
3esac
7a4c00b4 4d_setregid='undef'
5d_setreuid='undef'
c4f23d77
AD
6case "$usemymalloc" in
7'') usemymalloc='y'
8 ccflags="$ccflags -DNO_RCHECK"
9 ;;
10esac
cb50131a
CB
11# If somebody ignores the Cray PATH.
12case ":$PATH:" in
13*:/opt/ctl/bin:*) ;;
14'') case "$cc" in
15 '') test -x /opt/ctl/bin/cc && cc=/opt/ctl/bin/cc ;;
16 esac
17 ;;
18esac