diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-07-20 23:07:16 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-07-20 23:07:16 (GMT) |
commit | 988bcb58f580253e2ccbb6d4a2e03ad6cc1d9140 (patch) | |
tree | 63f2acc673444fcf020bb7a751c657beff277a9f /release_docs | |
parent | 75ee2e46aa106578dfde2f37d92630fc0ad886d3 (diff) | |
download | hdf5-988bcb58f580253e2ccbb6d4a2e03ad6cc1d9140.zip hdf5-988bcb58f580253e2ccbb6d4a2e03ad6cc1d9140.tar.gz hdf5-988bcb58f580253e2ccbb6d4a2e03ad6cc1d9140.tar.bz2 |
[svn-r4252] Purpose:
document update
Description:
The information of setting SGI_ABI seemed to confuse some user.
Removed it since it is extra information in addition to the
preferred method of "CC=... ./configure".
Experienced user in IRIX64 would know that option.
Platforms tested:
Eyeballed.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 20ce060..1dc06db 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -236,14 +236,7 @@ On Irix64 the default compiler is `cc'. To use an alternate compiler specify it with the CC variable: - $ CC='cc -o32' ./configure - - One may also use various environment variables to change the - behavior of the compiler. E.g., to ask for -n32 ABI: - - $ SGI_ABI=-n32 - $ export SGI_ABI - $ ./configure + $ CC='cc -n32' ./configure Similarly, users compiling on a Solaris machine and desiring to build the distribution with 64-bit support should specify the |