VirtualBox

Changeset 68780 in vbox


Ignore:
Timestamp:
Sep 17, 2017 8:42:08 PM (7 years ago)
Author:
vboxsync
Message:

Config.kmk/VBOX_NM/darwin: kmk_builtin_redirect tweak for mangling.run and friends with pipes. The setup macro uses REDIRECT, which defaults to the builtin (internal) variant. Since kmk assumes any command line starting with kmk_builtin_ will never require the shell, we must replace kmk_builting_redirect with kmk_redirect in the VBOX_NM macro since it's exclusively used in pipes with the shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r68779 r68780  
    20042004 endif
    20052005else 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.
    2006  VBOX_NM ?= $(TOOL_$(VBOX_GCC_TOOL)_ENV_SETUP) $(PATH_TOOL_$(VBOX_GCC_TOOL)_TOOLCHAIN_BIN_SLASH)nm -p $(if-expr \
    2007         $(VBOX_XCODE_VERSION_MAJOR) > 7 || ($(VBOX_XCODE_VERSION_MAJOR) == 7 && $(VBOX_XCODE_VERSION_MINOR) >= 3),-B,)
     2006 VBOX_NM ?= $(subst $(REDIRECT_INT),$(REDIRECT_EXT),$(TOOL_$(VBOX_GCC_TOOL)_ENV_SETUP) $(PATH_TOOL_$(VBOX_GCC_TOOL)_TOOLCHAIN_BIN_SLASH)nm) -p \
     2007        $(if-expr $(VBOX_XCODE_VERSION_MAJOR) > 7 || ($(VBOX_XCODE_VERSION_MAJOR) == 7 && $(VBOX_XCODE_VERSION_MINOR) >= 3),-B,)
    20082008else
    20092009 VBOX_NM ?= nm -p -t x
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