From: ceriel Date: Thu, 9 Feb 1989 15:53:09 +0000 (+0000) Subject: Added Algol68S X-Git-Tag: release-5-5~2592 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b005246ad5f3aca8434c0adb969d075a3ce1ef07;p=ack.git Added Algol68S --- diff --git a/lib/sun3/descr b/lib/sun3/descr index 57dbbaff3..ac83a3ea7 100644 --- a/lib/sun3/descr +++ b/lib/sun3/descr @@ -54,9 +54,10 @@ name led args {ALIGN} (.e:{HEAD}= {EM}/{RT}em) \ ({RTS}:.ocm.b.c={EM}/{RT}cc) \ ({RTS}:.mod={EM}/{RT}m2) \ - ({RTS}:.p={EM}/{PRT}pc) \ + ({RTS}:.p.8={EM}/{PRT}pc) \ -o > < \ - (.p:{TAIL}={EM}/{PLIB}pc) \ + (.8:{TAIL}={EM}/{LIB}a68s) \ + (.p.8:{TAIL}={EM}/{PLIB}pc) \ (.b:{TAIL}={EM}/{PLIB}bc) \ (.ocm:{TAIL}={EM}/{LIB}ocm) \ (.mod:{TAIL}={EM}/{LIB}m2) \ diff --git a/lib/vax4/descr.src b/lib/vax4/descr.src index 0cbd8e755..c1b01148d 100644 --- a/lib/vax4/descr.src +++ b/lib/vax4/descr.src @@ -43,10 +43,11 @@ name ld mapflag -l* LNAME={EM}/{LIB}* args (.e:{HEAD}={EM}/{RT}em) \ ({RTS}:.ocm.b.c={EM}/{RT}cc) \ - ({RTS}:.p={EM}/{RT}pc) \ + ({RTS}:.p.8={EM}/{RT}pc) \ ({RTS}:.mod={EM}/{RT}m2) \ -o > < \ - (.p:{TAIL}={EM}/{LIB}pc) \ + (.8:{TAIL}={EM}/{LIB}a68s) \ + (.p.8:{TAIL}={EM}/{LIB}pc) \ (.b:{TAIL}={EM}/{LIB}bc) \ (.ocm:{TAIL}={EM}/{LIB}ocm) \ (.mod:{TAIL}={EM}/{LIB}m2) \