⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make.xscalegnu

📁 IXP425的BSP代码
💻 XSCALEGNU
字号:
# make.XSCALEgnu - GNU compilation tools definitions for Intel XScale## 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,05apr01,t_m  add -fno-for-scope# 01a,22jan01,???  fix sarm to arm# 01b,09jan01,???  modify -mcpu for xscale...# 01a,26oct00,jb   Removing the OS and OPT references# 01b,24oct00,scm  modify compiler naming convention...# 01a,31aug00,scm  based on make.ARMSA110gnu## DESCRIPTION# This file contains Intel XScale little-endian-specific definitions# and flags for the GNU software generation tools (compiler, assembler,# linker etc.).#*/CPU		= XSCALETOOL		= gnuinclude $(TGT_DIR)/h/tool/gnu/defs.armCC_ARCH_SPEC	+= -mcpu=xscale# end of make.XSCALEgnu

⌨️ 快捷键说明

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