VirtualBox

Changeset 67288 in vbox for trunk


Ignore:
Timestamp:
Jun 8, 2017 9:18:11 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

    r67283 r67288  
    19831983endif
    19841984
    1985 ifeq ($(KBUILD_HOST),win)
     1985ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.x86)
    19861986 VBOX_NM ?= $(PATH_TOOL_MINGW32)/bin/nm.exe -p
     1987else ifeq ($(KBUILD_HOST).$(KBUILD_HOST_ARCH),win.amd64)
     1988 VBOX_NM ?= $(PATH_TOOL_MINGWW64)/bin/nm.exe -p
    19871989else 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.
    19881990 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