lib --> lib.bin for programs
This commit is contained in:
parent
3003fa5594
commit
a2fd894103
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ var OLD_C_LIB={C_LIB}
|
||||||
name be
|
name be
|
||||||
from .m.g
|
from .m.g
|
||||||
to .s
|
to .s
|
||||||
program {EM}/lib/{M}/cg
|
program {EM}/lib.bin/{M}/cg
|
||||||
args <
|
args <
|
||||||
stdout
|
stdout
|
||||||
need .e
|
need .e
|
||||||
|
@ -23,7 +23,7 @@ end
|
||||||
name asopt
|
name asopt
|
||||||
from .s
|
from .s
|
||||||
to .so
|
to .so
|
||||||
program {EM}/lib/{M}/top
|
program {EM}/lib.bin/{M}/top
|
||||||
args
|
args
|
||||||
optimizer
|
optimizer
|
||||||
stdin
|
stdin
|
||||||
|
@ -33,7 +33,7 @@ name asld
|
||||||
from .s.so.a
|
from .s.so.a
|
||||||
to .out
|
to .out
|
||||||
outfile a.out
|
outfile a.out
|
||||||
program {EM}/lib/{M}/as
|
program {EM}/lib.bin/{M}/as
|
||||||
mapflag -l* LNAME={EM}/{LIB}*
|
mapflag -l* LNAME={EM}/{LIB}*
|
||||||
mapflag -ansi C_LIB={EM}/{LIB}ac
|
mapflag -ansi C_LIB={EM}/{LIB}ac
|
||||||
args (.e:{HEAD}={EM}/{RT}em) \
|
args (.e:{HEAD}={EM}/{RT}em) \
|
||||||
|
@ -51,6 +51,6 @@ name asld
|
||||||
(.c:{TAIL}={C_LIB}) \
|
(.c:{TAIL}={C_LIB}) \
|
||||||
(.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}mon) \
|
(.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}mon) \
|
||||||
(.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}fp) \
|
(.mod.ocm.b.c.p:{TAIL}={EM}/{LIB}fp) \
|
||||||
(.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}ros {EM}/lib/{M}/end_em)
|
(.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}mon2 {EM}/lib/{M}/end_em)
|
||||||
linker
|
linker
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue