summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 14:16:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 14:16:46 +0000
commit6bc353f29cda7b41cabb67cac1ae2dc4c095cc08 (patch)
treeb1a2fa9e30a127c93fae6bc68833aacf1fe6b491
parent9e62bb80f196cd5108b21bd1fa0d253e4bcc03c8 (diff)
downloadATCD-6bc353f29cda7b41cabb67cac1ae2dc4c095cc08.tar.gz
Tue Nov 27 14:16:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog9
-rw-r--r--ACE/include/makeinclude/platform_linux.GNU5
2 files changed, 11 insertions, 3 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 485852afdb6..bbdb6c703fa 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,9 +1,14 @@
+Tue Nov 27 14:16:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_linux.GNU:
+ Added support for Fedora 8
+
Tue Nov 27 14:03:17 UTC 2007 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* tests/Process_Manager_Test.cpp: Added
-
+
#include "ace/Synch_Traits.h"
-
+
so the ACE_MT_SYNCH macro is visible. Thanks to Johnny for
reporting this.
diff --git a/ACE/include/makeinclude/platform_linux.GNU b/ACE/include/makeinclude/platform_linux.GNU
index 74164927d69..fdaf63ce04e 100644
--- a/ACE/include/makeinclude/platform_linux.GNU
+++ b/ACE/include/makeinclude/platform_linux.GNU
@@ -27,13 +27,16 @@ ifeq (Ubuntu, $(findstring Ubuntu,$(LSB_RELEASE_ID)))
no_hidden_visibility ?= 1
endif
endif
-ifeq (FedoraCore, $(findstring FedoraCore,$(LSB_RELEASE_ID)))
+ifeq (Fedora, $(findstring Fedora,$(LSB_RELEASE_ID)))
ifeq (6, $(findstring 6,$(LSB_RELEASE_RELEASE)))
gcc_template_instantiation_visibility ?= 1
endif
ifeq (7, $(findstring 7,$(LSB_RELEASE_RELEASE)))
gcc_template_instantiation_visibility ?= 1
endif
+ ifeq (8, $(findstring 8,$(LSB_RELEASE_RELEASE)))
+ gcc_template_instantiation_visibility ?= 1
+ endif
endif
ifeq (RedHatEnterpriseServer, $(findstring RedHatEnterpriseServer,$(LSB_RELEASE_ID)))
ifeq (5, $(findstring 5,$(LSB_RELEASE_RELEASE)))