ack/mach/i86/pmfile

23 lines
300 B
Plaintext
Raw Normal View History

2006-07-20 23:24:28 +00:00
-- $Source$
-- $State$
local d = ROOTDIR.."mach/i86/"
include (d.."libem/pmfile")
include (d.."libend/pmfile")
2006-07-20 23:24:28 +00:00
mach_i86 = group {
proto_as,
proto_ncg { ARCHDIR = "i86" },
ego_descr,
2006-07-20 23:24:28 +00:00
}
support_i86 = group {
OPTIMISATION = "-O",
2007-04-21 22:55:04 +00:00
ACKBUILDFLAGS = {PARENT, "-ansi"},
libem_i86,
libend_i86,
}