2006-07-20 23:24:28 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
2007-04-21 22:57:51 +00:00
|
|
|
-- $Revision$
|
2006-07-20 23:24:28 +00:00
|
|
|
|
|
|
|
local d = ROOTDIR.."mach/i386/"
|
|
|
|
|
2007-04-21 22:57:51 +00:00
|
|
|
include (d.."libem/pmfile")
|
|
|
|
include (d.."libend/pmfile")
|
2006-07-20 23:24:28 +00:00
|
|
|
|
|
|
|
mach_i386 = group {
|
|
|
|
proto_as,
|
|
|
|
proto_ncg { ARCHDIR = "i386" },
|
2006-07-22 00:52:01 +00:00
|
|
|
ego_descr,
|
2006-07-20 23:24:28 +00:00
|
|
|
}
|
|
|
|
|
2007-04-21 22:57:51 +00:00
|
|
|
support_i386 = group {
|
|
|
|
OPTIMISATION = "-O",
|
|
|
|
|
|
|
|
libem_i386,
|
|
|
|
libend_i386,
|
|
|
|
}
|
|
|
|
|