assembler now produces .o format
authorceriel <none@none>
Tue, 20 Jan 1987 14:14:19 +0000 (14:14 +0000)
committerceriel <none@none>
Tue, 20 Jan 1987 14:14:19 +0000 (14:14 +0000)
lib/s2650/descr

index ac6dfba..d0fe2ea 100644 (file)
@@ -10,11 +10,17 @@ var M=s2650
 var LIB=lib/{M}/tail_
 var RT=lib/{M}/head_
 var INCLUDES=-I{EM}/include -I/usr/include
-name asld
-       from .s.a
-       to .out
-       outfile a.out
+name as
+       from .s.so
+       to .o
        program {EM}/lib/{M}/as
+       args - -o > <
+       prep cond
+end
+name led
+       from .o.a
+       to .out
+       program {EM}/lib/em_led
        mapflag -l* LNAME={EM}/{LIB}*
        args (.e:{HEAD}={EM}/{RT}em) \
                ({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \