Skip to content

Commit b8c14d1

Browse files
authored
Merge pull request #460 from lzha101/fix_build_gcc9
Fix build failure with GCC 9
2 parents 181b56a + 52af666 commit b8c14d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psw/urts/linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ $(LIBUSWITCHLESS):
172172

173173
.PHONY: ittnotify
174174
ittnotify:
175-
$(MAKE) -C $(VTUNE_DIR)/sdk/src/ittnotify
175+
CFLAGS= CXXFLAGS= $(MAKE) -C $(VTUNE_DIR)/sdk/src/ittnotify
176176

177177
$(BUILD_DIR):
178178
@$(MKDIR) $@

0 commit comments

Comments
 (0)