make.strongarmgnu

来自「IXP425的BSP代码」· STRONGARMGNU 代码 · 共 29 行

STRONGARMGNU
29
字号
# 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		= STRONGARMTOOL		= gnuinclude $(TGT_DIR)/h/tool/gnu/defs.armCC_ARCH_SPEC	+= -mcpu=strongarm# end of make.STRONGARMgnu

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?