summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-25 09:14:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-25 09:14:36 +0000
commit9a00bb82a5c0f2982e2039005609c0be76209dd1 (patch)
treea0edb5dd92509a80b13858b97df5de49236f8efe /ACE/include/makeinclude/platform_vxworks.GNU
parentfcaa7df1debd761d3dc2093f9215bb59ee3f7f9f (diff)
downloadATCD-9a00bb82a5c0f2982e2039005609c0be76209dd1.tar.gz
Wed Mar 25 09:15:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_vxworks.GNU: Added support for VxWorks 6.7
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks.GNU b/ACE/include/makeinclude/platform_vxworks.GNU
index 5097e4192ff..f94e2687948 100644
--- a/ACE/include/makeinclude/platform_vxworks.GNU
+++ b/ACE/include/makeinclude/platform_vxworks.GNU
@@ -22,4 +22,7 @@ endif
ifeq (vxworks-6.6, $(findstring vxworks-6.6,$(WIND_PLATFORM)))
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.6.GNU
endif
+ifeq (vxworks-6.7, $(findstring vxworks-6.7,$(WIND_PLATFORM)))
+ include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.7.GNU
+endif