2006-07-20 23:24:28 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
|
|
|
|
|
|
|
local d = ROOTDIR.."mach/i86/"
|
|
|
|
|
2007-02-20 00:46:10 +00:00
|
|
|
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" },
|
2006-07-22 00:52:01 +00:00
|
|
|
ego_descr,
|
2006-07-20 23:24:28 +00:00
|
|
|
}
|
|
|
|
|
2007-02-20 00:46:10 +00:00
|
|
|
support_i86 = group {
|
|
|
|
OPTIMISATION = "-O",
|
2007-04-21 22:55:04 +00:00
|
|
|
ACKBUILDFLAGS = {PARENT, "-ansi"},
|
2007-02-20 00:46:10 +00:00
|
|
|
|
|
|
|
libem_i86,
|
|
|
|
libend_i86,
|
|
|
|
}
|
|
|
|
|