Adapted to use the new backend.
This commit is contained in:
parent
782ca5a662
commit
69d23fe0fc
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ name asld
|
||||||
to a.out
|
to a.out
|
||||||
program {EM}/lib/{M}_as
|
program {EM}/lib/{M}_as
|
||||||
mapflag -l* LNAME={EM}/{LIB}*
|
mapflag -l* LNAME={EM}/{LIB}*
|
||||||
args (.e:{HEAD}={EM}/{RT}em) \
|
mapflag -i IFILE={EM}/{RT}i
|
||||||
|
args {IFILE?} (.e:{HEAD}={EM}/{RT}em) \
|
||||||
({RTS}:.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
({RTS}:.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||||
(.p:{TAIL}={EM}/{LIB}pc) (.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
(.p:{TAIL}={EM}/{LIB}pc) (.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
||||||
(.c.p.e:{TAIL}={EM}/{LIB}alo) (.c.p:{TAIL}={EM}/{LIB}mon) \
|
(.p.c:{TAIL}={EM}/{LIB}mon) (.e:{TAIL}={EM}/{LIB}em)
|
||||||
(.e:{TAIL}={EM}/{LIB}em.vend)
|
|
||||||
prop C
|
prop C
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue