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

VxWorks

开发平台:

C/C++

  1. # make.XSCALEgnube - GNU compilation tools definitions for Intel XScale
  2. #
  3. # modification history
  4. # --------------------
  5. # 01a,10jan02,to   created from make.XSCALEgnu
  6. #
  7. # DESCRIPTION
  8. # This file contains Intel XScale big-endian-specific definitions
  9. # and flags for the GNU software generation tools (compiler, assembler,
  10. # linker etc.).
  11. #*/
  12. CPU = XSCALE
  13. TOOL = gnube
  14. include $(TGT_DIR)/h/tool/gnu/defs.arm
  15. CC_ARCH_SPEC += -mcpu=xscale
  16. # end of make.XSCALEgnube