X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fncr_tower.sh;h=7ddb9230e909ac7158e63aa6e540fcf29e93923d;hb=333b7451c3645c70d019a85ff880dce1977c7857;hp=8b99201ae72efae61461a79af95f0059236d2db3;hpb=35c8bce761056f470189967ccc824e04467151df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ncr_tower.sh b/hints/ncr_tower.sh index 8b99201..7ddb923 100644 --- a/hints/ncr_tower.sh +++ b/hints/ncr_tower.sh @@ -1,2 +1,16 @@ -ccflags="$ccflags -W2,-Sl,2000" +# 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,1500 -W0,-Sp,350,-Ss,2500 -Wp,-Sd,30" d_mkdir=$undef +usemymalloc='y' +useposix='false' +so='none'