ack/mach/m68020/pmfile
David Given c93cb69959 Check in incomplete Linux PowerPC and M68K work.
--HG--
branch : dtrg-experimental-powerpc
2013-05-08 00:48:48 +01:00

24 lines
314 B
Plaintext

-- $Source$
-- $State$
local d = ROOTDIR.."mach/m68020/"
include (d.."libem/pmfile")
include (d.."libend/pmfile")
mach_m68020 = group {
ARCH = "m68020",
proto_as,
proto_ncg { ARCHDIR = "m68020" },
proto_top,
ego_descr,
}
support_m68020 = group {
OPTIMISATION = "-O6",
libem_m68020,
libend_m68020,
}