summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-07-20 23:07:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-07-20 23:07:13 (GMT)
commit02f66931ea83597b4bdc47ba152ffc0448638b4e (patch)
treedff23cfb5737ef154deae7b7dde7d92b3ff044d0
parentc591c17a5adc16744c5b10f504570c9043e32880 (diff)
downloadhdf5-02f66931ea83597b4bdc47ba152ffc0448638b4e.zip
hdf5-02f66931ea83597b4bdc47ba152ffc0448638b4e.tar.gz
hdf5-02f66931ea83597b4bdc47ba152ffc0448638b4e.tar.bz2
[svn-r4251] 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.
-rw-r--r--release_docs/INSTALL9
1 files changed, 1 insertions, 8 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 1c98dd8..50cb037 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