We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721ef76 commit 512b9b1Copy full SHA for 512b9b1
make/hotspot/gensrc/GensrcDtrace.gmk
@@ -47,7 +47,7 @@ ifeq ($(call check-jvm-feature, dtrace), true)
47
$(call LogInfo, Generating dtrace header file $(@F))
48
$(call MakeDir, $(@D) $(DTRACE_SUPPORT_DIR))
49
$(call ExecuteWithLog, $(DTRACE_SUPPORT_DIR)/$(@F).d, \
50
- ($(CPP) $(DTRACE_CPP_FLAGS) $< > $(DTRACE_SUPPORT_DIR)/$(@F).d))
+ ($(CPP) $(DTRACE_CPP_FLAGS) $(SYSROOT_CFLAGS) $< > $(DTRACE_SUPPORT_DIR)/$(@F).d))
51
$(call ExecuteWithLog, $@, $(DTRACE) $(DTRACE_FLAGS) -h -o $@ -s $(DTRACE_SUPPORT_DIR)/$(@F).d)
52
53
# Process all .d files in DTRACE_SOURCE_DIR. They are:
0 commit comments