summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks.GNU
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-05-22 17:08:16 -0500
committerAdam Mitz <mitza@ociweb.com>2015-05-22 17:12:05 -0500
commit49279311637960ce259ab32e2fc03775fdb5c161 (patch)
tree336a30e5a1e23370a1d332b7b3f28757c4c458e5 /ACE/include/makeinclude/platform_vxworks.GNU
parentec6da64f25c36c22f97e522a5a3b7c872ec42019 (diff)
downloadATCD-49279311637960ce259ab32e2fc03775fdb5c161.tar.gz
Configuration files for VxWorks 7.
Tested x86 RTP shared libs.
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks.GNU b/ACE/include/makeinclude/platform_vxworks.GNU
index 3be39480e02..9e09aa9aa3b 100644
--- a/ACE/include/makeinclude/platform_vxworks.GNU
+++ b/ACE/include/makeinclude/platform_vxworks.GNU
@@ -30,4 +30,6 @@ endif
ifeq (vxworks-6.9, $(findstring vxworks-6.9,$(WIND_PLATFORM)))
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.9.GNU
endif
-
+ifeq (vxworks-7.0, $(findstring vxworks-7.0,$(WIND_PLATFORM)))
+ include $(ACE_ROOT)/include/makeinclude/platform_vxworks7.0.GNU
+endif