From b10f530bdfc209b69791c2bdb210b9d11e958578 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 26 Jun 2009 07:52:13 -0500 Subject: [svn-r17114] 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 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'.) -- cgit v0.12