summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 14:03:23 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 14:03:23 +0000
commita3441f6fba4451d945529b2e301325b094cf6398 (patch)
tree15829ef306797e0fe8a655979ffcae341dcae862 /include
parent5ea3da8fbcc3c1883ad60e192dd83ed1ab0ea355 (diff)
downloadATCD-a3441f6fba4451d945529b2e301325b094cf6398.tar.gz
ChangeLogTag: Thu Jun 21 09:01:09 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_aix_ibm.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU
index c1c4493beb8..acb690359a9 100644
--- a/include/makeinclude/platform_aix_ibm.GNU
+++ b/include/makeinclude/platform_aix_ibm.GNU
@@ -102,7 +102,7 @@ else
ifeq ($(buildbits),64)
DLD += -q64
CCFLAGS += -q64
- ARFLAGS += -X 64
+ ARFLAGS := -X64 $(ARFLAGS)
endif
else
CXX = echo "Unrecognized compiler version $(XLCVERSION)\n"