fix problems in previous version
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 1 Oct 2004 16:29:39 +0000 (16:29 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 1 Oct 2004 16:29:39 +0000 (16:29 +0000)
configs/aix-64

index 98bb2558f6696a6e1792c63bfa42e4cbf77c5d30..0d98475293c042ecf26d9e0b87651693870171b6 100644 (file)
@@ -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)