1c48bdce4Smillert# tom_bates@att.net 2c48bdce4Smillert# mips-compaq-nonstopux 3c48bdce4Smillert 4c48bdce4Smillert. $src/hints/svr4.sh 5c48bdce4Smillert 6c48bdce4Smillertcase "$cc" in 7c48bdce4Smillert *gcc*) 8c48bdce4Smillert ccflags='-fno-strict-aliasing' 9c48bdce4Smillert lddlflags='-shared' 10c48bdce4Smillert ldflags='' 11c48bdce4Smillert ;; 12c48bdce4Smillert *) 13c48bdce4Smillert cc="cc -Xa -Olimit 4096" 14c48bdce4Smillert malloctype="void *" 15c48bdce4Smillert ;; 16c48bdce4Smillertesac 17c48bdce4Smillert 18*55745691Smillertlibswanted=`echo " $libswanted " | sed -e 's/ ucb / /'` 19*55745691Smillertglibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'` 20*55745691Smillert 21