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