From 5e2e9ef45c4982c7aea33daf46386b57ce614252 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 1 Oct 2004 16:29:39 +0000 Subject: fix problems in previous version --- configs/aix-64 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/aix-64 b/configs/aix-64 index 98bb2558f6..0d98475293 100644 --- a/configs/aix-64 +++ b/configs/aix-64 @@ -1,15 +1,15 @@ -# Configuration for AIX, dynamic libs +# Configuration for AIX 64-bit, dynamic libs include $(TOP)/configs/default -CONFIG_NAME = aix +CONFIG_NAME = aix-64 # Compiler and flags CC = xlc CXX = xlC CFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 -CXXFLAGS = -O -DAIXV3 +CXXFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 MKLIB_OPTIONS = -arch AIX64 # Library names (actual file names) -- cgit v1.2.3