lib --> lib.bin for programs

This commit is contained in:
ceriel
1991-09-04 16:53:25 +00:00
parent 5a0bf7639a
commit dc715866bb
7 changed files with 69 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ var NAME=m68k4
var M=m68k4
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
var CPP_F=-Dunix -Dm68000
var CPP_F=-D__unix -D__mc68000 -D__m68k
var C_LIB={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g
var OLD_C_LIB={C_LIB}
# 407 align is the default
@@ -17,7 +17,7 @@ var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4
name be
from .m.g
to .s
program {EM}/lib/{M}/cg
program {EM}/lib.bin/{M}/cg
args <
stdout
need .e
@@ -25,7 +25,7 @@ end
name asopt
from .s
to .so
program {EM}/lib/m68k2/top
program {EM}/lib.bin/m68k2/top
args
optimizer
stdin
@@ -34,14 +34,14 @@ end
name as
from .s.so
to .o
program {EM}/lib/m68k2/as
program {EM}/lib.bin/m68k2/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 -i ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
mapflag -n ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
@@ -68,7 +68,7 @@ end
name cv
from .out
to .cv
program {EM}/lib/m68k2/cv
program {EM}/lib.bin/m68k2/cv
args < >
outfile a.out
end