summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
index 8628c58480c..ee1bca15cec 100644
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU
@@ -81,6 +81,10 @@ CXX = $(CC)
CCFLAGS += $(CFLAGS) --no_rtti -tnone
DCFLAGS += -g
DLD = $(CXX)
+#### Set INCLDIRS, so that wrapper_macros.GNU doesn't insert -I.
+#### Otherwise, with GHS on NT host, ACE's Signal.h gets #included
+#### instead of VxWorks' signal.h by target/h/private/sigLibP.h.
+INCLDIRS = -I$(ACE_ROOT)
LD = $(CXX)
LDFLAGS = --no_auto_instantiation
OCFLAGS += -OL -OM