ack/lib/m68k2/descr

75 lines
1.4 KiB
Plaintext
Raw Normal View History

1984-12-10 14:57:51 +00:00
# $Revision$
1984-06-21 10:57:59 +00:00
var w=2
var p=4
var s=2
var l=4
var f=4
var d=8
var NAME=m68k2
var M=m68k2
1984-12-10 14:29:51 +00:00
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
1989-04-18 10:35:57 +00:00
var CPP_F=-Dunix -Dm68000
1990-11-22 13:18:47 +00:00
var C_LIB={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g
var OLD_C_LIB={C_LIB}
1985-06-04 09:48:00 +00:00
# 407 align is the default
1987-11-04 10:48:25 +00:00
var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4
1984-06-21 10:57:59 +00:00
name be
1984-12-10 14:29:51 +00:00
from .m.g
1984-06-21 10:57:59 +00:00
to .s
1984-12-10 14:29:51 +00:00
program {EM}/lib/{M}/cg
1984-06-21 10:57:59 +00:00
args <
1984-12-10 14:29:51 +00:00
stdout
1984-06-21 10:57:59 +00:00
need .e
end
1987-02-02 11:15:48 +00:00
name asopt
from .s
to .so
program {EM}/lib/{M}/top
args
optimizer
stdin
stdout
end
name as
from .s.so
to .o
program {EM}/lib/{M}/as
args - -o > <
prep cond
end
1985-06-04 09:48:00 +00:00
name led
from .o.a
to .out
program {EM}/lib/em_led
1984-06-21 10:57:59 +00:00
mapflag -l* LNAME={EM}/{LIB}*
1987-11-04 10:48:25 +00:00
mapflag -i ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
mapflag -n ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
mapflag -nr ALIGN=-a0:4 -a1:0x8000 -a2:4 -a3:4
mapflag -fp LIBFP={EM}/{LIB}fp
1990-11-22 13:18:47 +00:00
mapflag -ansi C_LIB={EM}/{LIB}ac
1987-03-26 17:54:45 +00:00
args -b0:0x20000 {ALIGN} (.e:{HEAD}={EM}/{RT}em) \
1990-11-22 13:18:47 +00:00
({RTS}:.ocm.b={EM}/{RT}cc) \
({RTS}{ANSI?}:.c={EM}/{RT}cc) \
({RTS}{ANSI?}:.cansi={EM}/{RT}ac) \
1988-04-06 18:34:20 +00:00
({RTS}:.p={EM}/{RT}pc) \
({RTS}:.mod={EM}/{RT}m2) \
-o > < \
1984-12-10 14:29:51 +00:00
(.p:{TAIL}={EM}/{LIB}pc) \
(.b:{TAIL}={EM}/{LIB}bc) \
1987-02-26 10:06:50 +00:00
(.ocm:{TAIL}={EM}/{LIB}ocm) \
1988-04-06 18:34:20 +00:00
(.mod:{TAIL}={EM}/{LIB}m2) \
1990-11-22 13:18:47 +00:00
(.ocm.b:{TAIL}={OLD_C_LIB}) \
(.c:{TAIL}={C_LIB}) \
1987-11-04 10:48:25 +00:00
{LIBFP?} \
1987-02-02 11:15:48 +00:00
(.e:{TAIL}={EM}/{LIB}em {EM}/{LIB}mon {EM}/lib/{M}/end_em)
1984-12-10 14:29:51 +00:00
linker
1984-06-21 10:57:59 +00:00
end
1985-03-26 14:48:32 +00:00
name cv
from .out
to .cv
program {EM}/lib/{M}/cv
args < >
outfile a.out
end