make.STRONGARMdiab
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- # make.STRONGARMdiab - Diab compilation tools definitions for STRONGARM
- #
- # modification history
- # --------------------
- # 01e,14jan02,to move 'include defs.arm' after TOOL and CPU definitions to be
- # consistent with gnu ones
- # 01d,18dec01,to move common definitions to defs.arm
- # 01c,05dec01,jab change :tornado, :simple ,etc. to :vxworks55
- # 01b,16nov01,t_m Change sysInit entry
- # 01a,08nov01,t_m Copied from make.ARMARCH4diab
- #
- # DESCRIPTION
- # This file contains STRONGARM specific definitions and flags for the
- # Diab tools (compiler, assembler, linker etc.)
- #
- CPU = STRONGARM
- TOOL = diab
- include $(TGT_DIR)/h/tool/diab/defs.arm
- TGT_FLAG = -tARMLS:vxworks55
- # end of make.STRONGARMdiab