-arch AIX64 no longer needed
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 18 Apr 2006 12:55:48 +0000 (12:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 18 Apr 2006 12:55:48 +0000 (12:55 +0000)
configs/aix-64
configs/aix-64-static

index 723e536..bd19594 100644 (file)
@@ -10,7 +10,6 @@ CXX = xlC
 
 CFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 -DPTHREADS
 CXXFLAGS = -q64 -qmaxmem=16384 -O -DAIXV3 -DPTHREADS
-MKLIB_OPTIONS = -arch AIX64
 LIB_DIR=$(TOP)/lib64
 
 # Library names (actual file names)
index a4076c0..d1bfe1e 100644 (file)
@@ -10,7 +10,7 @@ CXX = xlC
 
 CFLAGS = -q64 -O -DAIXV3 -DPTHREADS
 CXXFLAGS = -q64 -O -DAIXV3 -DPTHREADS
-MKLIB_OPTIONS = -static -arch AIX64
+MKLIB_OPTIONS = -static
 LIB_DIR=$(TOP)/lib64
 
 # Library names (actual file names)