summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 11:53:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 11:53:27 +0000
commit95aebd742042cf414c1f9bb3cefb0c11d4c6410a (patch)
tree193ae1fd745e94e10415e73603638ee73d4d7c16
parent44f881c0944ff284e2e6bdb50bd430aa8809d854 (diff)
downloadATCD-95aebd742042cf414c1f9bb3cefb0c11d4c6410a.tar.gz
Mon Apr 20 12:53:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/wrapper_macros.GNU: For quantify use PURELINK, quantify shouldn't be used when linking a shared library
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU6
2 files changed, 9 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9b91e52c2bc..1b7b871fb42 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 20 12:53:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/wrapper_macros.GNU:
+ For quantify use PURELINK, quantify shouldn't be used when
+ linking a shared library
+
Mon Apr 20 11:40:32 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/wrapper_macros.GNU:
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index 25a5a60946c..a5b33c9a7aa 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -810,12 +810,12 @@ ifdef quantify
#### You might want to adjust the Quantify options below.
#### -best-effort is undocumented but supported, and seems
#### to help avoid occasional link failure.
- PRELINK += quantify -best-effort -cache-dir=$(PURE_CACHE_DIR) \
- -max_threads=100 $(PLATFORM_QUANTIFY_OPTIONS)
+ PURELINK += quantify -best-effort -cache-dir=$(PURE_CACHE_DIR) \
+ -max_threads=100 $(PLATFORM_QUANTIFY_OPTIONS)
CPPFLAGS += -DACE_HAS_QUANTIFY -I$(ACE_QUANTIFY_DIR)
ifeq ($(shell uname -p),sparc)
- PRELINK += -record-register-window-traps
+ PURELINK += -record-register-window-traps
endif # sparc
endif # quantify