This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make POP_SAVEARRAY() safe
[perl5.git] / hints / nonstopux.sh
CommitLineData
48bcfe03
JH
1# tom_bates@att.net
2# mips-compaq-nonstopux
3
4. $src/hints/svr4.sh
5
6case "$cc" in
7 *gcc*)
8 ccflags='-fno-strict-aliasing'
9 lddlflags='-shared'
10 ldflags=''
11 ;;
15d54e9f 12 *)
48bcfe03
JH
13 cc="cc -Xa -Olimit 4096"
14 malloctype="void *"
15 ;;
16esac
17
a1be5a71
JH
18libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
19glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
20