From 3a2030f3b693d724764609aa367bda74c419f313 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 20 Jan 1987 14:14:19 +0000 Subject: [PATCH] assembler now produces .o format --- lib/s2650/descr | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/s2650/descr b/lib/s2650/descr index ac6dfbaa7..d0fe2ea82 100644 --- a/lib/s2650/descr +++ b/lib/s2650/descr @@ -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 > < \ -- 2.34.1