make.STRONGARMgnu
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- # make.STRONGARMgnu - GNU compilation tools definitions for Intel StrongARM
- #
- # modification history
- # --------------------
- # 01h,10jan02,to move 'include defs.arm' after CPU and TOOL defines for
- # libgcc build
- # 01g,18dec01,to move common definitions to defs.arm
- # 01f,16nov01,t_m Change sysInit entry
- # 01e,30oct01,tpw Standardize kernel links and bootrom conversions.
- # 01d,19oct01,jb include of defs.gnu is out of sequence - fixed
- # 01c,25sep01,dat Location of defs.gnu changed to tool/gnu
- # 01b,05jun01,mem Remove HEX_FLAGS
- # 01a,03may01,scm created from make.ARMARCH4gnu.
- #
- # DESCRIPTION
- # This file contains Intel StrongARM little-endian-specific definitions
- # and flags for the GNU software generation tools (compiler, assembler,
- # linker etc.).
- #*/
- CPU = STRONGARM
- TOOL = gnu
- include $(TGT_DIR)/h/tool/gnu/defs.arm
- CC_ARCH_SPEC += -mcpu=strongarm
- # end of make.STRONGARMgnu