summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-06-28 18:55:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-06-28 18:55:14 (GMT)
commit106da7a86185d034fe69eadd6eeb210842088c0a (patch)
tree92948ace7e281ebabe6662bf2c9446cf9db36c2a /INSTALL
parent378dd7cd7466c476812ced167e92722c0a908b9f (diff)
downloadhdf5-106da7a86185d034fe69eadd6eeb210842088c0a.zip
hdf5-106da7a86185d034fe69eadd6eeb210842088c0a.tar.gz
hdf5-106da7a86185d034fe69eadd6eeb210842088c0a.tar.bz2
[svn-r4077] Purpose:
Document Solaris 64-bit support. Description: Added paragraph to "alternate compilers" section which describes how to enable 64-bit support for Solaris.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 859d473..20ce060 100644
--- a/INSTALL
+++ b/INSTALL
@@ -245,6 +245,15 @@
$ export SGI_ABI
$ ./configure
+ Similarly, users compiling on a Solaris machine and desiring to
+ build the distribution with 64-bit support should specify the
+ correct flags with the CC variable:
+
+ $ CC='cc -xarch=v9' ./configure
+
+ Specifying these machine architecture flags in the CFLAGS variable
+ (see below) will not work correctly.
+
5.3.3. Additional compilation flags
If addtional flags must be passed to the compilation commands
then specify those flags with the CFLAGS variable. For instance,