X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fncr_tower.sh;h=7ddb9230e909ac7158e63aa6e540fcf29e93923d;hb=878143fbd9fc1c2bef489be4fd428b8d222cc108;hp=aa517d79647a3e4d231f2c683986a7a3fe17128f;hpb=7b0cd887a13445cfae2c23db0b7efd05a47758e6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ncr_tower.sh b/hints/ncr_tower.sh index aa517d7..7ddb923 100644 --- a/hints/ncr_tower.sh +++ b/hints/ncr_tower.sh @@ -1,8 +1,16 @@ +# For SysV release 2, there are no directory functions defined. To +# prevent compile errors, acquire the functions written by Doug Gwynn. +# They are contained in dirent.tar.gz and can be accessed from gnu +# repositories, as well as other places. +# +# The following hints have been verified to work with PERL5 (001m) on +# SysVr2 with the following caveat(s): +# 1. Maximum User program space (MAXSPACE) must be at least 2MB. +# 2. The directory functions mentioned above have been installed. +# optimize='-O0' -ccflags="$ccflags -W2,-Sl,2000" -eval_cflags='large="-W0,-XL"' -teval_cflags=$eval_cflags +ccflags="$ccflags -W2,-Sl,1500 -W0,-Sp,350,-Ss,2500 -Wp,-Sd,30" d_mkdir=$undef usemymalloc='y' -mallocsrc='malloc.c' -mallocobj='malloc.o' +useposix='false' +so='none'