summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 16:37:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 16:37:21 +0000
commit7de303e9f9895ef8f4ea9e98ad44974326e6fb25 (patch)
tree838bcc658aafeb87d34c8550c2148be76734491e
parent8ecf376f513cc2180ce4f5adde4e9ccfa222c6f2 (diff)
downloadATCD-7de303e9f9895ef8f4ea9e98ad44974326e6fb25.tar.gz
ChangeLogTag:Thu Jul 01 10:53:33 1999 David L. Levine <levine@cs.wustl.edu>
-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