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

VxWorks

开发平台:

C/C++

  1. # make.XSCALEgnu - GNU compilation tools definitions for Intel XScale
  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,05apr01,t_m  add -fno-for-scope
  14. # 01a,22jan01,???  fix sarm to arm
  15. # 01b,09jan01,???  modify -mcpu for xscale...
  16. # 01a,26oct00,jb   Removing the OS and OPT references
  17. # 01b,24oct00,scm  modify compiler naming convention...
  18. # 01a,31aug00,scm  based on make.ARMSA110gnu
  19. #
  20. # DESCRIPTION
  21. # This file contains Intel XScale little-endian-specific definitions
  22. # and flags for the GNU software generation tools (compiler, assembler,
  23. # linker etc.).
  24. #*/
  25. CPU = XSCALE
  26. TOOL = gnu
  27. include $(TGT_DIR)/h/tool/gnu/defs.arm
  28. CC_ARCH_SPEC += -mcpu=xscale
  29. # end of make.XSCALEgnu