summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 07:14:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 07:14:24 +0000
commite0b52c2cb6b226856dea1e63da1e7dcbc2f7dd8b (patch)
treed21956bdce2b4706ef4762ea9dccdd881dfb42c5
parent8ee56558b1ae8027f3b28c82d1797d1a42281d77 (diff)
downloadATCD-e0b52c2cb6b226856dea1e63da1e7dcbc2f7dd8b.tar.gz
-rw-r--r--ACE/include/makeinclude/platform_aix_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU
index 8f72ddf7d0e..b94d5e5e332 100644
--- a/ACE/include/makeinclude/platform_aix_g++.GNU
+++ b/ACE/include/makeinclude/platform_aix_g++.GNU
@@ -29,7 +29,7 @@ PLATFORM_X11_LDFLAGS=
# Non-shared archives are named lib<x>ns.a - ns = non-shared.
SOEXT = so
SOFLAGS += -G
-LDFLAGS += -brtl
+#LDFLAGS += -brtl
ifeq (1,$(threads))
CFLAGS += -pthread