summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-05-22 18:03:36 -0500
committerAdam Mitz <mitza@ociweb.com>2015-05-22 18:03:36 -0500
commit8fa9d6678bb5b90f26a55d60b87d20fca71cd44e (patch)
tree4b08d0bb861591148d333b650449a600924e87db
parent1a9551dd3f1b49ab90bebc6d28aceb698e96ad9c (diff)
downloadATCD-8fa9d6678bb5b90f26a55d60b87d20fca71cd44e.tar.gz
Cleaned up comments
-rw-r--r--ACE/include/makeinclude/platform_vxworks7.0.GNU14
1 files changed, 7 insertions, 7 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks7.0.GNU b/ACE/include/makeinclude/platform_vxworks7.0.GNU
index cfbff2082a3..94039c6056a 100644
--- a/ACE/include/makeinclude/platform_vxworks7.0.GNU
+++ b/ACE/include/makeinclude/platform_vxworks7.0.GNU
@@ -20,7 +20,13 @@
#
# Not all configurations supported on VxWorks 6.x have been brought forward
# to this file. If you are building a configuration that has not yet been
-# attempted on VxWorks 7, this file may need to be changed.
+# attempted on VxWorks 7, this file may need to be changed. The following have
+# been tested:
+# hosts: linux
+# targets: itl_x86
+# toolchains: gnu4.3
+# rtp settings: 1
+# libraries: shared
VXWORKS = 1
CROSS-COMPILE = 1
@@ -80,12 +86,6 @@ ifeq ($(pthread),1)
endif
ace_vx_mk_dir = $(if $(findstring 1,$(rtp)),$(WIND_USR_MK),$(WIND_KRNL_MK))
-
-#ace_vx_tool_dir = $(WIND_BUILD_TOOL)/$(TOOL_VERSION)/$(notdir $(ace_vx_mk_dir))
-#include $(ace_vx_mk_dir)/defs.default.mk
-#include $(ace_vx_tool_dir)/defs.$(CPU).mk
-#include $(ace_vx_mk_dir)/defs.$(WIND_HOST_TYPE).mk
-
include $(ace_vx_mk_dir)/defs.library.mk
CCFLAGS += $(C++FLAGS)