diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:52:13 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:52:13 (GMT) |
commit | b10f530bdfc209b69791c2bdb210b9d11e958578 (patch) | |
tree | cefa64c15cd7e5aa546bafe4d03029dfeb0943c1 | |
parent | a9733bd0e959b2f4309220a0ebb74a58f5601f1e (diff) | |
download | hdf5-b10f530bdfc209b69791c2bdb210b9d11e958578.zip hdf5-b10f530bdfc209b69791c2bdb210b9d11e958578.tar.gz hdf5-b10f530bdfc209b69791c2bdb210b9d11e958578.tar.bz2 |
[svn-r17114] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is deprecated.
Update the install instruction.
No test needed.
-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'.) |