make.XSCALEdiabbe
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- # make.XSCALEdiabbe - Diab compilation tools definitions for XSCALE
- #
- # modification history
- # --------------------
- # 01b,14jan02,to move 'include defs.arm' after TOOL and CPU definitions to be
- # consistent with gnu ones
- # 01a,10jan02,to Copied from make.XSCALEdiab
- #
- # DESCRIPTION
- # This file contains XSCALE specific definitions and flags for the
- # Diab tools (compiler, assembler, linker etc.)
- #
- CPU = XSCALE
- TOOL = diabbe
- include $(TGT_DIR)/h/tool/diab/defs.arm
- TGT_FLAG = -tARMXES:vxworks55
- # end of make.XSCALEdiabbe