summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks6.7.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks6.7.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks6.7.GNU18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks6.7.GNU b/ACE/include/makeinclude/platform_vxworks6.7.GNU
new file mode 100644
index 00000000000..d114a26cf94
--- /dev/null
+++ b/ACE/include/makeinclude/platform_vxworks6.7.GNU
@@ -0,0 +1,18 @@
+# $Id$
+# VxWorks 6.7
+
+ifeq ($(VXWORKS_VERSION_FLAG),)
+ VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x670
+endif # VXWORKS_VERSION_FLAG
+
+include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.6.GNU
+
+ifeq ("$(WIND_HOST_TYPE)","x86-linux2")
+ifeq ($(SHARED_LIBS), 1)
+ifeq ("$(TOOL_FAMILY)","gnu")
+ LDFLAGS += -shared
+else
+ LDFLAGS += -Xshared
+endif
+endif
+endif