mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r4078] Purpose:
Document Solaris 64-bit support. Description: Added paragraph to "alternate compilers" section which describes how to enable 64-bit support for Solaris.
This commit is contained in:
parent
375dda8f5f
commit
b0d493ccdd
9
INSTALL
9
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,
|
||||
|
Loading…
Reference in New Issue
Block a user