make.XSCALEdiabbe
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # make.XSCALEdiabbe - Diab compilation tools definitions for XSCALE
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,14jan02,to   move 'include defs.arm' after TOOL and CPU definitions to be
  6. #                  consistent with gnu ones
  7. # 01a,10jan02,to   Copied from make.XSCALEdiab
  8. #
  9. # DESCRIPTION
  10. # This file contains XSCALE specific definitions and flags for the
  11. # Diab tools (compiler, assembler, linker etc.)
  12. #
  13. CPU = XSCALE
  14. TOOL = diabbe
  15. include $(TGT_DIR)/h/tool/diab/defs.arm
  16. TGT_FLAG = -tARMXES:vxworks55
  17. # end of make.XSCALEdiabbe