File: nonstopux.sh

package info (click to toggle)
perl 5.6.1-8.9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 27,424 kB
  • ctags: 27,896
  • sloc: perl: 125,402; ansic: 123,344; sh: 22,187; lisp: 5,992; yacc: 997; makefile: 986; java: 23
file content (17 lines) | stat: -rw-r--r-- 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# tom_bates@att.net
# mips-compaq-nonstopux

. $src/hints/svr4.sh

case "$cc" in
        *gcc*)
                ccflags='-fno-strict-aliasing'
                lddlflags='-shared'
                ldflags=''
		;;
        *)
                cc="cc -Xa -Olimit 4096"
                malloctype="void *"
		;;
esac