*** empty log message ***

This commit is contained in:
ceriel
1987-02-02 11:07:21 +00:00
parent 4e3b0dbc41
commit d09a89cd80
10 changed files with 82 additions and 62 deletions

View File

@@ -1,5 +1,4 @@
# $Revision$
# Script for use of ACK as cross C-compiler on VAX for PMDS machine
# $Header$
var w=2
var p=4
var s=2
@@ -8,43 +7,47 @@ 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
var LIB=lib/m68k2/tail_
var RT=lib/m68k2/head_
var INCLUDES=-I{EM}/include/_tail_cc
var CPP_F=-Dunix=unix -Dm68000=m68000
# 407 align is the default
var ALIGN=-a0:2 -a1:2 -a2:2 -a3:2
name be
from .m.g
to .o
from .m
to .s
program {EM}/lib/{M}/cg
args <
stdout
need .e
end
name asld
from .s.a.o
to .out
name as
from .s
to .o
program {EM}/lib/{M}/as
mapflag -l
mapflag -d*
mapflag -s*
mapflag -n*
mapflag -i*
args {LFLAG?} (.e:{HEAD}={EM}/{PMDSRT}em) \
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
args - -o > <
prep cond
end
name led
from .o.a
to .out
program {EM}/lib/em_led
mapflag -l* LNAME={EM}/{LIB}*
mapflag -i ALIGN=-a0:2 -a1:2 -a2:0x8000 -a3:2
mapflag -n ALIGN=-a0:2 -a1:2 -a2:0x8000 -a3:2
mapflag -nr ALIGN=-a0:2 -a1:0x8000 -a2:2 -a3:2
args (.e:{HEAD}= {ALIGN} {EM}/lib/pmds/head_em) \
({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/{M}/end_em.s)
prep cond
(.e:{TAIL}={EM}/{LIB}em {EM}/lib/pmds/tail_mon {EM}/lib/{M}/end_em)
linker
end
name cv
from .out
to .cv
program {EM}/lib/{PMDS}/cv
program {EM}/lib/pmds/cv
args < >
outfile a.out
end