Changeset 67289 in vbox for trunk/Config.kmk
- Timestamp:
- Jun 8, 2017 9:28:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r67288 r67289 1983 1983 endif 1984 1984 1985 ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.x86) 1986 VBOX_NM ?= $(PATH_TOOL_MINGW32)/bin/nm.exe -p 1987 else ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64) 1988 VBOX_NM ?= $(PATH_TOOL_MINGWW64)/bin/nm.exe -p 1985 ifeq ($(KBUILD),win) 1986 ifeq ($(KBUILD_TARGET_ARCH),x86) # Normally we should test for KBUILD_HOST_ARCH but we only require MINGWW64 for 64-bit _targets_ 1987 VBOX_NM ?= $(PATH_TOOL_MINGW32)/bin/nm.exe -p 1988 else 1989 VBOX_NM ?= $(PATH_TOOL_MINGWW64)/bin/nm.exe -p 1990 endif 1989 1991 else ifeq ($(KBUILD_HOST),darwin) # Xcode 7.3.1 nm doesn't like -t, and -x behaves very differently. Throwing in -B (bsd) to make sure. 1990 1992 VBOX_NM ?= $(TOOL_$(VBOX_GCC_TOOL)_ENV_SETUP) $(PATH_TOOL_$(VBOX_GCC_TOOL)_TOOLCHAIN_BIN_SLASH)nm -p $(if-expr \
Note:
See TracChangeset
for help on using the changeset viewer.