23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
-- $Source$
|
|
-- $State$
|
|
-- $Revision$
|
|
|
|
local d = ROOTDIR.."mach/i386/"
|
|
|
|
include (d.."libem/pmfile")
|
|
include (d.."libend/pmfile")
|
|
|
|
mach_i386 = group {
|
|
proto_as,
|
|
proto_ncg { ARCHDIR = "i386" },
|
|
ego_descr,
|
|
}
|
|
|
|
support_i386 = group {
|
|
OPTIMISATION = "-O",
|
|
|
|
libem_i386,
|
|
libend_i386,
|
|
}
|
|
|