ack/lib/pmds/descr

53 lines
1 KiB
Plaintext
Raw Normal View History

1984-12-10 14:57:51 +00:00
# $Revision$
# Script for use of ACK as cross C-compiler on VAX for PMDS machine
# The output has its int's in the pmds order.
# Conversion from VU-a.out to PMDS-a.out should still be done on the pmds.
1984-06-21 11:24:08 +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
var PMDS=pmds
var LIB=lib/{M}/tail_
var RT=lib/{M}/head_
var PMDSLIB=lib/{PMDS}/tail_
var PMDSRT=lib/{PMDS}/head_
var INCLUDES=-I{EM}/include
var CPP_F=-Dunix
1984-06-21 11:24:08 +00:00
name be
from .m.g
1984-06-21 11:24:08 +00:00
to .o
program {EM}/lib/{M}/cg
1984-06-21 11:24:08 +00:00
args <
stdout
1984-06-21 11:24:08 +00:00
need .e
end
name asld
from .s.a.o
to .out
program {EM}/lib/{M}/as
mapflag -l
mapflag -d*
mapflag -s*
mapflag -n*
mapflag -i*
args {LFLAG?} (.e:{HEAD}={EM}/{PMDSRT}em) \
1984-12-10 14:29:51 +00:00
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
(.p:{TAIL}={EM}/{LIB}pc) \
(.b:{TAIL}={EM}/{LIB}bc) \
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
(.e:{TAIL}={EM}/{LIB}em.rt {EM}/{PMDSLIB}mon {EM}/{LIB}em.vend)
prep cond
linker
end
name cv
from .out
to .cv
program {EM}/lib/{PMDS}/pmcv
args < >
outfile a.out
1984-06-21 11:24:08 +00:00
end