Changeset 3496
- Timestamp:
- Mar 31, 2021, 8:12:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/StandardDTrace.kmk
r3121 r3496 43 43 TOOL_StandardDTrace_DTRACE_OBJ_NOT_NEEDED := darwin 44 44 TOOL_StandardDTrace_DTRACE_OBJ_FLAGS := -G 45 # Note! We have to exclude gcc style precompiled headers here as they are automatically 46 # added to the list of object files (see func_kbuild_source_one in kbuild.c). 45 47 define TOOL_StandardDTrace_DTRACE_OBJ_CMDS 46 48 $(QUIET)$(TOOL_StandardDTrace_DTRACE) \ … … 48 50 $(flags) \ 49 51 -o "$(out)" -s "$(source)" \ 50 $$(filter-out %-dtrace-object-format.o , $$($(target)_2_OBJS))52 $$(filter-out %-dtrace-object-format.o $$($(target)_1_GCC_PCH_FILE), $$($(target)_2_OBJS)) 51 53 endef 52 54
Note:
See TracChangeset
for help on using the changeset viewer.