summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 18:22:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 18:22:14 +0000
commita058f8fb3d43cc9fc0a23fa4a8ed407c1e6b3b3d (patch)
tree83a9d2339832ce584b8cc6af231e381ab198dd96
parent27d0ea5f4fc3d0a1e58d8a4cbbeb51a4d456dc43 (diff)
downloadATCD-a058f8fb3d43cc9fc0a23fa4a8ed407c1e6b3b3d.tar.gz
Wed Aug 29 18:21:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/include/makeinclude/platform_aix_g++.GNU2
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 090f3573747..bcd4c8d6280 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 29 18:21:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_aix_g++.GNU:
+ Another try, if this doesn't work I revert all changes from last wek
+
Wed Aug 29 18:02:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* include/makeinclude/platform_g++_common.GNU:
diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU
index 523df7b8c45..706f2f72a75 100644
--- a/ACE/include/makeinclude/platform_aix_g++.GNU
+++ b/ACE/include/makeinclude/platform_aix_g++.GNU
@@ -75,7 +75,7 @@ endif
# g++ 3.3+ needs to work correctly. The new option is available by default
# in AIX 5.2 and later, but must be installed by a patch to AIX 5.1.
ifeq ($(AIX_MAJOR_VERS),5)
- SOFLAGS += -shared -Wl,-G #-Wl,bexpfull -Wl,-bloadmap:lib.map
+ SOFLAGS += -shared -Wl,-bexpfull # -Wl,-bloadmap:lib.mapelse
else
SOFLAGS += -shared -Wl,-bexpall # -Wl,-bloadmap:lib.map
endif