summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-12-07 20:14:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-12-07 20:14:46 +0000
commit8de4a68f954846cf6a9bc3d47c6a3e5b40810042 (patch)
tree7fa71eaca2445879af7a243a0cfb51336481f2d8 /ACE
parent1addaff1d3d999a60982da8a79aa653e50962b95 (diff)
downloadATCD-8de4a68f954846cf6a9bc3d47c6a3e5b40810042.tar.gz
Fri Dec 7 20:14:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_g++_common.GNU: Improved support for gcov=1
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/include/makeinclude/platform_g++_common.GNU3
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c2af51760b8..7dbfdc41f41 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 7 20:14:27 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_g++_common.GNU:
+ Improved support for gcov=1
+
Fri Dec 7 13:06:07 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Strategies_T.cpp:
diff --git a/ACE/include/makeinclude/platform_g++_common.GNU b/ACE/include/makeinclude/platform_g++_common.GNU
index c3e945b8bcd..4a856fa6cd5 100644
--- a/ACE/include/makeinclude/platform_g++_common.GNU
+++ b/ACE/include/makeinclude/platform_g++_common.GNU
@@ -67,7 +67,8 @@ ifeq ($(c++0x),1)
endif
ifeq ($(gcov),1)
- FLAGS_C_CC += -fprofile-arcs -ftest-coverage
+ CCFLAGS += --coverage
+ LDFLAGS += --coverage
endif
ifeq ($(CXX),insure)