This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
6113cc300b99ba8dbb481ea992c24854d66f5ead
[perl5.git] / hints / unicosmk.sh
1 case "$optimize" in
2 '') optimize="-O1" ;;
3 esac
4 d_setregid='undef'
5 d_setreuid='undef'
6 case "$usemymalloc" in
7 '') usemymalloc='y'
8     ccflags="$ccflags -DNO_RCHECK"
9     ;;
10 esac
11 # If somebody ignores the Cray PATH.
12 case ":$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     ;;
18 esac