pmfile 574 B

1234567891011121314151617181920212223242526272829
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/m68020/"
  4. mach_m68020 = group {
  5. ARCH = "m68020",
  6. proto_as,
  7. proto_ncg { ARCHDIR = "m68020" },
  8. proto_top,
  9. ego_descr,
  10. install = {
  11. pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr"),
  12. }
  13. }
  14. -- Revision history
  15. -- $Log$
  16. -- Revision 1.3 2006-07-22 12:31:19 dtrg
  17. -- Added support for the top target peephole optimiser.
  18. --
  19. -- Revision 1.2 2006/07/22 00:52:01 dtrg
  20. -- Added support for the ego global optimisation suite.
  21. --
  22. -- Revision 1.1 2006/07/20 23:18:18 dtrg
  23. -- First version in CVS.
  24. --