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

VxWorks

开发平台:

C/C++

  1. # defs.common  -  arch independent definitions shared by all toolchains
  2. #
  3. # modification history
  4. # --------------------
  5. # 01a,29oct01,tpw  created.
  6. #
  7. # DESCRIPTION
  8. # This file contains architecture independent definitions and flags to be
  9. # shared by all toolchains.
  10. #
  11. ## macros for file conversion and rom image builds
  12. EXTRACT_BIN_FLAG= -O binary --binary-without-bss
  13. EXTRACT_HEX_FLAG= -O srec --gap-fill=0
  14. EXTRACT_SYM_FLAG= --extract-symbol
  15. START_FLAGS     =
  16. HEX_FLAGS =
  17. VMA_START = 0x0
  18. VMA_FLAGS = -O srec --ignore-vma --set-start=$(VMA_START)
  19. ## obsolete macros
  20. EXTRACT_BIN_NAME= false Used obsolete EXTRACT_BIN_NAME macro
  21. BINXSYM_NAME = false Used obsolete BINXSYM_NAME macro
  22. BINHEX_NAME = false Used obsolete BINHEX_NAME macro