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

VxWorks

开发平台:

C/C++

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