diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:52:24 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:52:24 (GMT) |
commit | 084ab0cbde453e8f5847abbb06bc94cfe6f3e657 (patch) | |
tree | 09ebb959fb87e697ee8ee3ba68873826f244f724 /release_docs/INSTALL | |
parent | 4404a8751ea90471a462965e33c187b28fe67469 (diff) | |
download | hdf5-084ab0cbde453e8f5847abbb06bc94cfe6f3e657.zip hdf5-084ab0cbde453e8f5847abbb06bc94cfe6f3e657.tar.gz hdf5-084ab0cbde453e8f5847abbb06bc94cfe6f3e657.tar.bz2 |
[svn-r17115] Newer Solaris compiler uses -m64 inplace of -xarch=v9 which is deprecated.
Update the install instruction.
No test needed.
Diffstat (limited to 'release_docs/INSTALL')
-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 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'.) |