Adapted to new tree shape for libraries and binaries.
This commit is contained in:
parent
3e7b7990f2
commit
6913efe107
1 changed files with 9 additions and 8 deletions
|
@ -6,22 +6,23 @@ var f=4
|
||||||
var d=8
|
var d=8
|
||||||
var NAME=m6500
|
var NAME=m6500
|
||||||
var M=6500
|
var M=6500
|
||||||
var LIB=mach/6500/lib/tail_
|
var LIB=lib/{M}/tail_
|
||||||
var RT=mach/6500/lib/head_
|
var RT=lib/{M}/head_
|
||||||
var INCLUDES=-I{EM}/include -I/usr/include
|
var INCLUDES=-I{EM}/include -I/usr/include
|
||||||
name be
|
name be
|
||||||
from .m
|
from .m.g
|
||||||
to .s
|
to .s
|
||||||
program {EM}/lib/{M}_be
|
program {EM}/lib/{M}/be
|
||||||
args <
|
args <
|
||||||
prop >
|
stdout
|
||||||
need .e
|
need .e
|
||||||
end
|
end
|
||||||
name asld
|
name asld
|
||||||
from .s.a
|
from .s.a
|
||||||
to a.out
|
to .out
|
||||||
program {EM}/lib/{M}_as
|
outfile a.out
|
||||||
|
program {EM}/lib/{M}/as
|
||||||
mapflag -l* LNAME={EM}/{LIB}*
|
mapflag -l* LNAME={EM}/{LIB}*
|
||||||
args (.e:{HEAD}={EM}/{RT}em) -o > (.e:{TAIL}={EM}/{LIB}em)
|
args (.e:{HEAD}={EM}/{RT}em) -o > (.e:{TAIL}={EM}/{LIB}em)
|
||||||
prop C
|
linker
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue