make.XSCALEgnube
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:
VxWorks
开发平台:
C/C++
- # make.XSCALEgnube - GNU compilation tools definitions for Intel XScale
- #
- # modification history
- # --------------------
- # 01a,10jan02,to created from make.XSCALEgnu
- #
- # DESCRIPTION
- # This file contains Intel XScale big-endian-specific definitions
- # and flags for the GNU software generation tools (compiler, assembler,
- # linker etc.).
- #*/
- CPU = XSCALE
- TOOL = gnube
- include $(TGT_DIR)/h/tool/gnu/defs.arm
- CC_ARCH_SPEC += -mcpu=xscale
- # end of make.XSCALEgnube