diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:53:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-06-26 12:53:17 (GMT) |
commit | 045b0afe50e275bc7fc6d29d1db56c8c4a4126cc (patch) | |
tree | c8bd03b6aae42cd806c6576da84291daad9d9602 /release_docs/INSTALL | |
parent | 63f56e132f51c57febaf0a32bb4381ab1354da3d (diff) | |
download | hdf5-045b0afe50e275bc7fc6d29d1db56c8c4a4126cc.zip hdf5-045b0afe50e275bc7fc6d29d1db56c8c4a4126cc.tar.gz hdf5-045b0afe50e275bc7fc6d29d1db56c8c4a4126cc.tar.bz2 |
[svn-r17116] 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 ac4f925..a1bdefe 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -238,7 +238,7 @@ 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, including the Fortran and C++ APIs, set the compilation flags as follows (note the requirement to hardset $AR to |