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

VxWorks

开发平台:

C/C++

  1. # make.STRONGARMdiab - Diab compilation tools definitions for STRONGARM
  2. #
  3. # modification history
  4. # --------------------
  5. # 01e,14jan02,to   move 'include defs.arm' after TOOL and CPU definitions to be
  6. #                  consistent with gnu ones
  7. # 01d,18dec01,to   move common definitions to defs.arm
  8. # 01c,05dec01,jab  change :tornado, :simple ,etc. to :vxworks55
  9. # 01b,16nov01,t_m  Change sysInit entry
  10. # 01a,08nov01,t_m  Copied from make.ARMARCH4diab
  11. #
  12. # DESCRIPTION
  13. # This file contains STRONGARM specific definitions and flags for the
  14. # Diab tools (compiler, assembler, linker etc.)
  15. #
  16. CPU = STRONGARM
  17. TOOL = diab
  18. include $(TGT_DIR)/h/tool/diab/defs.arm
  19. TGT_FLAG = -tARMLS:vxworks55
  20. # end of make.STRONGARMdiab