make.STRONGARMgnu
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # make.STRONGARMgnu - GNU compilation tools definitions for Intel StrongARM
  2. #
  3. # modification history
  4. # --------------------
  5. # 01h,10jan02,to   move 'include defs.arm' after CPU and TOOL defines for
  6. #                  libgcc build
  7. # 01g,18dec01,to   move common definitions to defs.arm
  8. # 01f,16nov01,t_m  Change sysInit entry
  9. # 01e,30oct01,tpw  Standardize kernel links and bootrom conversions.
  10. # 01d,19oct01,jb   include of defs.gnu is out of sequence - fixed
  11. # 01c,25sep01,dat  Location of defs.gnu changed to tool/gnu
  12. # 01b,05jun01,mem  Remove HEX_FLAGS
  13. # 01a,03may01,scm  created from make.ARMARCH4gnu.
  14. #
  15. # DESCRIPTION
  16. # This file contains Intel StrongARM little-endian-specific definitions
  17. # and flags for the GNU software generation tools (compiler, assembler,
  18. # linker etc.).
  19. #*/
  20. CPU = STRONGARM
  21. TOOL = gnu
  22. include $(TGT_DIR)/h/tool/gnu/defs.arm
  23. CC_ARCH_SPEC += -mcpu=strongarm
  24. # end of make.STRONGARMgnu