default.mak.vxworks

来自「h.248协议源码」· VXWORKS 代码 · 共 32 行

VXWORKS
32
字号
# Default parameters - will be over-ridden by command line or environment
# For no defaults, leave these commented out or delete this file. To
# enable the default, fill in the values required and uncomment all
# of the ?= lines and the CFLAGS line.
#
# IMPORTANT: Changing parameters in this file will NOT force a recompile
#            of all software. After changing a parameter, you must
#            do a "make clean" unless you are certain the changed
#            parameter(s) will not cause a problem.

# Example for VxWorks for a PowerPC 8260 on Win32 using the gnu compiler

# Build Parameters
TYPE ?= debug
TARGET_OS ?= vxworks
HOST_OS ?= win32
TARGET_FAMILY ?= ppc
TARGET_CPU ?= PPCEC603
COMPILER_CPU ?= 603e
COMPILER ?= gnu

# Additional special compiler flags
CFLAGS := -msoft-float -fno-for-scope

# Uncomment these lines to include MCGP options
#RV_MGCP_NCS := 1
#RV_MGCP_NO_RESPACK := 1
#RV_SNMP := 1

# Destination root directory for install command (use '/' on Win32)
INSTALL_ROOT ?= C:/radv

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?