diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 78ae723..5e130fe 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -284,7 +284,7 @@ CONTENTS build the distribution with 64-bit support should specify the correct flags with the CC variable: - $ CC='cc -xarch=v9' ./configure + $ CC='cc -m64' ./configure To configure AIX 64-bit support including the Fortran and C++ APIs, (Note: need to set $AR to 'ar -X 64'.) |