VirtualBox

Changeset 67289 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jun 8, 2017 9:28:45 AM (7 years ago)
Author:
vboxsync
Message:

Config.kmk: on win.amd64 don't depend on MingW32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r67288 r67289  
    19831983endif
    19841984
    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
     1985ifeq ($(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
    19891991else 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.
    19901992 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette