summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 07:15:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-08-29 07:15:55 +0000
commitd504c4cb1b2cf2627f6ae176848d6909ae6777ef (patch)
tree5b6f393d704c61e083c3c4a5955cec0c00231d1b
parente0b52c2cb6b226856dea1e63da1e7dcbc2f7dd8b (diff)
downloadATCD-d504c4cb1b2cf2627f6ae176848d6909ae6777ef.tar.gz
-rw-r--r--ACE/include/makeinclude/platform_aix_g++.GNU3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU
index b94d5e5e332..523df7b8c45 100644
--- a/ACE/include/makeinclude/platform_aix_g++.GNU
+++ b/ACE/include/makeinclude/platform_aix_g++.GNU
@@ -28,8 +28,7 @@ PLATFORM_X11_LDFLAGS=
# then put that in an archive.
# Non-shared archives are named lib<x>ns.a - ns = non-shared.
SOEXT = so
-SOFLAGS += -G
-#LDFLAGS += -brtl
+LDFLAGS += -Wl,-brtl
ifeq (1,$(threads))
CFLAGS += -pthread