Initial revision
This commit is contained in:
37
lib/vax4/descr.src
Normal file
37
lib/vax4/descr.src
Normal file
@@ -0,0 +1,37 @@
|
||||
var w=4
|
||||
var p=4
|
||||
var s=2
|
||||
var l=4
|
||||
var f=4
|
||||
var d=8
|
||||
var M=vax4
|
||||
var NAME=vax4
|
||||
var LIB=mach/vax4/lib/tail_
|
||||
var RT=mach/vax4/lib/head_
|
||||
var INCLUDES=-I{EM}/include
|
||||
name be
|
||||
from .m
|
||||
to .s
|
||||
program {EM}/lib/{M}_cg
|
||||
args <
|
||||
prop >
|
||||
need .e
|
||||
end
|
||||
name as
|
||||
from .s
|
||||
to .o
|
||||
program /bin/as
|
||||
args - -o > <
|
||||
prop m
|
||||
end
|
||||
name ld
|
||||
from .o.a
|
||||
to a.out
|
||||
program /bin/ld
|
||||
mapflag -l* LNAME={EM}/{LIB}*
|
||||
args (.e:{HEAD}={EM}/{RT}em) \
|
||||
({RTS}:.c={EM}/{RT}cc) ({RTS}:.p={EM}/{RT}pc) -o > < \
|
||||
(.p:{TAIL}={EM}/{LIB}pc) (.c:{TAIL}={EM}/{LIB}cc.1s {EM}/{LIB}cc.2g) \
|
||||
(.e:{TAIL}={EM}/{LIB}em) (.c.p:{TAIL}={EM}/{LIB}mon)
|
||||
prop C
|
||||
end
|
||||
Reference in New Issue
Block a user