*** empty log message ***
This commit is contained in:
parent
eab8db26fe
commit
9b2329a49b
1 changed files with 10 additions and 7 deletions
|
@ -9,8 +9,9 @@ var M=vax4
|
|||
var NAME=vax4
|
||||
var LIB=lib/{M}/tail_
|
||||
var RT=lib/{M}/head_
|
||||
var CPP_F=-Dunix
|
||||
var INCLUDES=-I{EM}/include -I/usr/include
|
||||
var CPP_F=-Dunix=unix -Dvax=vax
|
||||
var INCLUDES=-I{EM}/include/_tail_cc
|
||||
var M2SYSLIB=-I{EM}/lib/{M}/m2
|
||||
name be
|
||||
from .m.g
|
||||
to .s
|
||||
|
@ -22,8 +23,8 @@ end
|
|||
name asopt
|
||||
from .s
|
||||
to .so
|
||||
program /bin/sed
|
||||
args -f {EM}/lib/{M}/sedf
|
||||
program {EM}/lib/{M}/top
|
||||
args
|
||||
optimizer
|
||||
stdin
|
||||
stdout
|
||||
|
@ -42,11 +43,13 @@ name ld
|
|||
program /bin/ld
|
||||
mapflag -l* LNAME={EM}/{LIB}*
|
||||
args (.e:{HEAD}={EM}/{RT}em) \
|
||||
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||
({RTS}:.b.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) \
|
||||
({RTS}:.mod={EM}/{RT}m2) -o > < \
|
||||
(.p:{TAIL}={EM}/{LIB}pc) \
|
||||
(.b:{TAIL}={EM}/{LIB}bc) \
|
||||
(.b.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
||||
(.b.c.p:{TAIL}={EM}/{LIB}mon) \
|
||||
(.e:{TAIL}={EM}/{LIB}em)
|
||||
(.mod:{TAIL}={EM}/{LIB}m2.1 {EM}/{LIB}m2.2 {EM}/{LIB}m2.3) \
|
||||
(.e:{TAIL}={EM}/{LIB}em) \
|
||||
(.b.c.p.mod:{TAIL}={EM}/{LIB}mon)
|
||||
linker
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue