From 146a41397785cfaa3398140f8030fbd64a4768ac Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 3 Oct 2018 13:48:09 +0200 Subject: [PATCH] add -isystem to avoid system headers in .d files (does not work for vxWorks 5) --- configure/os/CONFIG.Common.vxWorksCommon | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 8b950cf6c..7fe56b874 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -101,6 +101,7 @@ VX_DIR = $(VX_DIR_$(VXWORKS_MAJOR_VERSION)) VX_INCLUDE_DIRS_5 = $(VX_DIR)/target/h VX_INCLUDE_DIRS_6 = $(VX_DIR)/target/h $(VX_DIR)/target/h/wrn/coreip GNU_TARGET_INCLUDE_DIR = $(VX_INCLUDE_DIRS_$(VXWORKS_MAJOR_VERSION)) +TARGET_CPPFLAGS = -isystem $(VX_DIR)/target/h #-------------------------------------------------- # vxWorks GNU directories