projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Chip noticed that the intended optionality of the 'IV' was
[p5sagit/p5-mst-13.2.git]
/
hints
/
nonstopux.sh
1
# tom_bates@att.net
2
# mips-compaq-nonstopux
3
4
. $src/hints/svr4.sh
5
6
case "$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
;;
16
esac
17
18
libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
19
glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
20