diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2004-10-01 16:29:39 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2004-10-01 16:29:39 +0000 |
commit | 5e2e9ef45c4982c7aea33daf46386b57ce614252 (patch) | |
tree | f9d20e2dda2683fcac98aeed57e0ca35dcd6651c /configs/aix-64 | |
parent | a16bdb5fb7032aa64d1f4bcb249164211a221560 (diff) |
fix problems in previous version
Diffstat (limited to 'configs/aix-64')
-rw-r--r-- | configs/aix-64 | 6 |
1 files changed, 3 insertions, 3 deletions
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) |