summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-31 12:17:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-31 12:17:25 +0000
commit17daf5e6e638bb3d416df52773dc43e2603d2239 (patch)
tree98ae2c7b2b2e4c58aa1e160bac12a40f2aa20893
parent6b3236cec0025b1a8a3a099c0624dd33e81a957d (diff)
downloadATCD-17daf5e6e638bb3d416df52773dc43e2603d2239.tar.gz
Wed Oct 31 12:17:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/include/makeinclude/platform_vxworks6.2.GNU2
-rw-r--r--ACE/include/makeinclude/platform_vxworks6.3.GNU2
3 files changed, 6 insertions, 4 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c8dd226e341..7d274cf707a 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 31 12:17:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_vxworks6.2.GNU:
+ * include/makeinclude/platform_vxworks6.3.GNU:
+ Improved VxWorks 6.x support
+
Tue Oct 30 14:51:21 UTC 2007 J.T. Conklin <jtc@acorntoolworks.com>
* ace/OS_NS_unistd.cpp:
diff --git a/ACE/include/makeinclude/platform_vxworks6.2.GNU b/ACE/include/makeinclude/platform_vxworks6.2.GNU
index 6ae36520874..51ed3ef2e4c 100644
--- a/ACE/include/makeinclude/platform_vxworks6.2.GNU
+++ b/ACE/include/makeinclude/platform_vxworks6.2.GNU
@@ -244,8 +244,6 @@ else
LDFLAGS = $(ACE_SHLIBS)
endif
endif
-else
- C++FLAGS += -fimplicit-templates
endif
endif
diff --git a/ACE/include/makeinclude/platform_vxworks6.3.GNU b/ACE/include/makeinclude/platform_vxworks6.3.GNU
index 2e11927823f..9782a1d50c2 100644
--- a/ACE/include/makeinclude/platform_vxworks6.3.GNU
+++ b/ACE/include/makeinclude/platform_vxworks6.3.GNU
@@ -293,8 +293,6 @@ else
endif
endif
endif
-else
- C++FLAGS += -fimplicit-templates
endif
endif