diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-18 12:55:48 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-18 12:55:48 +0000 |
commit | e34bf25d2d4c176db3c8f9e80e8b0e20a4d4fa25 (patch) | |
tree | 1a63bce6b0ce945774cdae4d579fde2515db042b /configs | |
parent | 2f8496b5655cbd66711745fcfd87e0e528c50229 (diff) |
-arch AIX64 no longer needed
Diffstat (limited to 'configs')
-rw-r--r-- | configs/aix-64 | 1 | ||||
-rw-r--r-- | configs/aix-64-static | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configs/aix-64 b/configs/aix-64 index 723e536923..bd19594753 100644 --- a/configs/aix-64 +++ b/configs/aix-64 @@ -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) diff --git a/configs/aix-64-static b/configs/aix-64-static index a4076c05ae..d1bfe1e5b6 100644 --- a/configs/aix-64-static +++ b/configs/aix-64-static @@ -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) |