Changeset 75629 in vbox
- Timestamp:
- Nov 20, 2018 6:55:33 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75624 r75629 2277 2277 endif 2278 2278 ifdef VBOX_WITH_NEW_XCODE 2279 # For MacOS Mojave (and probably newer) we need a more recent XCode from the system. 2280 # So just drop the tool environment and use the system's XCode instead. 2281 TOOL_StandardDTrace_DTRACE_ENV_SETUP:= 2282 if $(KBUILD_HOST_VERSION_MAJOR) < 18 # (OS X 10.14 Mojave) 2283 TOOL_StandardDTrace_DTRACE_ENV_SETUP=$(TOOL_$(VBOX_GCC_TOOL)_ENV_SETUP) 2284 endif 2285 override TOOL_StandardDTrace_DTRACE := dtrace $(TOOL_StandardDTrace_DTRACE_ENV_SETUP) "-xcpppath=$(VBOX_PATH_MACOSX_DEVEL_ROOT)/usr/bin/gcc" 2279 if $(KBUILD_HOST_VERSION_MAJOR) >= 18 # HACK ALERT! dtrace doesn't work on Mojave if we specify our Xcode 6.2 environment. 2280 override TOOL_StandardDTrace_DTRACE := dtrace "-xcpppath=$(VBOX_PATH_MACOSX_DEVEL_ROOT)/usr/bin/gcc" 2281 else 2282 override TOOL_StandardDTrace_DTRACE := $(TOOL_$(VBOX_GCC_TOOL)_ENV_SETUP) dtrace "-xcpppath=$(VBOX_PATH_MACOSX_DEVEL_ROOT)/usr/bin/gcc" 2283 endif 2286 2284 export PATH:=$(VBOX_PATH_MACOSX_SDK)/usr/bin:$(PATH) 2287 2285 else
Note:
See TracChangeset
for help on using the changeset viewer.

