lib --> lib.bin for programs

This commit is contained in:
ceriel 1991-09-04 16:25:34 +00:00
parent 70ee3dc406
commit 5a0bf7639a

View file

@ -9,14 +9,14 @@ var NAME=i386
var M=i386
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
var CPP_F=-Dunix -D__USG
var CPP_F=-D__unix -D__USG
var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4 -b1:0x1880000
var C_LIB={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g
var OLD_C_LIB={C_LIB}
name be
from .m.g
to .s
program {EM}/lib/{M}/cg
program {EM}/lib.bin/{M}/cg
args <
stdout
need .e
@ -24,14 +24,14 @@ end
name as
from .s.so
to .o
program {EM}/lib/{M}/as
program {EM}/lib.bin/{M}/as
args - -o > <
prep cond
end
name led
from .o.a
to .out
program {EM}/lib/em_led
program {EM}/lib.bin/em_led
mapflag -l* LNAME={EM}/{LIB}*
mapflag -fp FLOATS={EM}/{LIB}fp
mapflag -ansi C_LIB={EM}/{LIB}ac
@ -55,7 +55,7 @@ end
name cv
from .out
to .cv
program {EM}/lib/{M}/cv
program {EM}/lib.bin/{M}/cv
args < >
outfile a.out
end