From 084ab0cbde453e8f5847abbb06bc94cfe6f3e657 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 26 Jun 2009 07:52:24 -0500 Subject: [svn-r17115] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is deprecated. Update the install instruction. No test needed. --- release_docs/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 9f18c55..3b84354 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'.) -- cgit v0.12