Removed the need for as in lib/m68k4.
The as in lib/m68k2 is now used directly.
This commit is contained in:
parent
a5e9c4f8d1
commit
e3bf7b5dc7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ name asld
|
||||||
from .s.a
|
from .s.a
|
||||||
to .out
|
to .out
|
||||||
outfile a.out
|
outfile a.out
|
||||||
program {EM}/lib/{M}/as
|
program {EM}/lib/m68k2/as
|
||||||
mapflag -l* LNAME={EM}/{LIB}*
|
mapflag -l* LNAME={EM}/{LIB}*
|
||||||
args (.e:{HEAD}={EM}/{RT}em) \
|
args (.e:{HEAD}={EM}/{RT}em) \
|
||||||
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||||
|
|
Loading…
Reference in a new issue