2006-07-20 23:24:28 +00:00
|
|
|
-- $Source$
|
|
|
|
-- $State$
|
|
|
|
|
|
|
|
local d = ROOTDIR.."mach/m68020/"
|
|
|
|
|
2013-05-07 23:48:48 +00:00
|
|
|
include (d.."libem/pmfile")
|
|
|
|
include (d.."libend/pmfile")
|
|
|
|
|
2006-07-20 23:24:28 +00:00
|
|
|
mach_m68020 = group {
|
|
|
|
ARCH = "m68020",
|
|
|
|
|
|
|
|
proto_as,
|
|
|
|
proto_ncg { ARCHDIR = "m68020" },
|
2006-07-22 12:31:19 +00:00
|
|
|
proto_top,
|
2006-07-22 00:52:01 +00:00
|
|
|
ego_descr,
|
2006-07-20 23:24:28 +00:00
|
|
|
}
|
|
|
|
|
2013-05-07 23:48:48 +00:00
|
|
|
support_m68020 = group {
|
|
|
|
OPTIMISATION = "-O6",
|
|
|
|
|
|
|
|
libem_m68020,
|
|
|
|
libend_m68020,
|
|
|
|
}
|