pmfile 314 B

1234567891011121314151617181920212223
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/m68020/"
  4. include (d.."libem/pmfile")
  5. include (d.."libend/pmfile")
  6. mach_m68020 = group {
  7. ARCH = "m68020",
  8. proto_as,
  9. proto_ncg { ARCHDIR = "m68020" },
  10. proto_top,
  11. ego_descr,
  12. }
  13. support_m68020 = group {
  14. OPTIMISATION = "-O6",
  15. libem_m68020,
  16. libend_m68020,
  17. }