pmfile 584 B

123456789101112131415161718192021222324252627282930313233
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/6500/"
  4. include (d.."dl/pmfile")
  5. include (d.."libem/pmfile")
  6. mach_6500 = group {
  7. ARCH = "6500",
  8. proto_cg,
  9. proto_as,
  10. tool_6500_dl,
  11. install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
  12. }
  13. support_6500 = group {
  14. ARCH = "6500",
  15. OPTIMISATION = "-O",
  16. libem_6500,
  17. }
  18. -- Revision history
  19. -- $Log$
  20. -- Revision 1.2 2006-10-15 00:28:12 dtrg
  21. -- Updated to the version 0.1 of Prime Mover (which involves some syntax changes).
  22. --
  23. -- Revision 1.1 2006/07/20 23:18:18 dtrg
  24. -- First version in CVS.
  25. --