source: trunk/essentials/dev-lang/perl/hints/nonstopux.sh@ 3315

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

perl 5.8.8

File size: 427 bytes
Line 
1# [email protected]
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 ;;
12 *)
13 cc="cc -Xa -Olimit 4096"
14 malloctype="void *"
15 ;;
16esac
17
18libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
19glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
20
Note: See TracBrowser for help on using the repository browser.