diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-18 22:53:59 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-18 22:53:59 (GMT) |
commit | 5ef5f8c3a6e2119b3be6b83d9fea9b53f3a3dbf3 (patch) | |
tree | 7098eee9457e47a748a735b44e62d338f28fde74 /config | |
parent | 27a68642f100ebdcac0ca77fad1259a2fc272501 (diff) | |
download | hdf5-5ef5f8c3a6e2119b3be6b83d9fea9b53f3a3dbf3.zip hdf5-5ef5f8c3a6e2119b3be6b83d9fea9b53f3a3dbf3.tar.gz hdf5-5ef5f8c3a6e2119b3be6b83d9fea9b53f3a3dbf3.tar.bz2 |
[svn-r17671] Removed these two options from the fortran flags:
-qmoddir=. because -qmoddir defaults to current directory already.
-static because it is not mentioned in "man xlf". Don't know it was a typo
or just an obsoleted option.
Removing both of them produced no ill or visible effects.
Tested: Up of LLNL
Diffstat (limited to 'config')
-rw-r--r-- | config/powerpc-ibm-aix5.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 51952bc..ac70bac 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -142,8 +142,8 @@ fi # to ensure the flag is present for both configure as well as for the build. if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="-qsuffix=f=f90" - FCFLAGS="$FCFLAGS -static -O ${F9XSUFFIXFLAG} -qmoddir=./" - H5_FCFLAGS="$H5_FCFLAGS -static -O ${F9XSUFFIXFLAG} -qmoddir=./" + FCFLAGS="$FCFLAGS -O ${F9XSUFFIXFLAG}" + H5_FCFLAGS="$H5_FCFLAGS -O ${F9XSUFFIXFLAG}" FSEARCH_DIRS="-I./ -I../src" DEBUG_FCFLAGS="-O" PROD_FCFLAGS="-O" |