summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_aix_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_aix_g++.GNU')
-rw-r--r--ACE/include/makeinclude/platform_aix_g++.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_aix_g++.GNU b/ACE/include/makeinclude/platform_aix_g++.GNU
index 51d833a415a..c892df15647 100644
--- a/ACE/include/makeinclude/platform_aix_g++.GNU
+++ b/ACE/include/makeinclude/platform_aix_g++.GNU
@@ -56,6 +56,8 @@ ifeq ($(buildbits),32)
endif
ifeq ($(buildbits),64)
CFLAGS += -maix64
+ LDFLAGS += -maix64
+ ARFLAGS += -X64
endif
DCFLAGS += -g
DLD = $(CXX)
@@ -82,7 +84,7 @@ else
endif
LIBS += -lxti -ldl
-ARFLAGS = cruv
+ARFLAGS += cruv
RANLIB = ranlib
# Test for template instantiation, add to SOFLAGS if versioned_so set,