X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fultrix_4.sh;h=e00450792dcdcec86437bd7acc1bed86489ab74f;hb=18b0293d6bd44580fa162d92218c33f9d9672066;hp=008e1ef82a1bd24267251a4da5e0a66534437957;hpb=35c8bce761056f470189967ccc824e04467151df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index 008e1ef..e004507 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -1 +1,53 @@ -ccflags="$ccflags -DLANGUAGE_C -Olimit 2900" +# hints/ultrix_4.sh +# Last updated by Andy Dougherty +# Fri Feb 10 10:04:51 EST 1995 +# +# Use Configure -Dcc=gcc to use gcc. +# +# I don't know if -g is really needed. (AD) +case "$optimize" in +'') optimize=-g ;; +esac + +# Some users have reported Configure runs *much* faster if you +# replace all occurences of /bin/sh by /bin/sh5 +# Something like: +# sed 's!/bin/sh!/bin/sh5!g' Configure > Configure.sh5 +# Then run "sh5 Configure.sh5 [your options]" + +case "$myuname" in +*risc*) cat <