pmfile 480 B

1234567891011121314151617181920212223242526
  1. -- $Source$
  2. -- $State$
  3. local d = ROOTDIR.."mach/arm/"
  4. include (d.."cv/pmfile")
  5. mach_arm = group {
  6. ARCH = "arm",
  7. proto_as,
  8. proto_ncg { ARCHDIR = "arm" },
  9. proto_top,
  10. tool_arm_cv,
  11. install = pm.install("%ROOTDIR%/lib/%ARCH%/descr", "%BINDIR%%PLATIND%/%ARCH%/descr")
  12. }
  13. -- Revision history
  14. -- $Log$
  15. -- Revision 1.2 2006-07-22 12:31:19 dtrg
  16. -- Added support for the top target peephole optimiser.
  17. --
  18. -- Revision 1.1 2006/07/20 23:18:18 dtrg
  19. -- First version in CVS.
  20. --