diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-06 17:06:32 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-06 17:06:32 (GMT) |
commit | a556fa1a2a5d84da64c895d4bceec31cb9b03584 (patch) | |
tree | 1c311cc687756c971f237341954cf056e3488d0d /fortran | |
parent | 518b98aeefddf0f838961a500c8ae94c269ef28e (diff) | |
download | hdf5-a556fa1a2a5d84da64c895d4bceec31cb9b03584.zip hdf5-a556fa1a2a5d84da64c895d4bceec31cb9b03584.tar.gz hdf5-a556fa1a2a5d84da64c895d4bceec31cb9b03584.tar.bz2 |
[svn-r11354] Purpose:
Cleanup.
Description:
Removed redundant option (-Minform,warn) from CFLAGS setting. It is
already the pgcc default.
Platforms tested:
tested in heping.
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/config/pgi-fflags | 2 | ||||
-rw-r--r-- | fortran/config/pgi-flags | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fortran/config/pgi-fflags b/fortran/config/pgi-fflags index a5e7431..104b715 100644 --- a/fortran/config/pgi-fflags +++ b/fortran/config/pgi-fflags @@ -57,7 +57,7 @@ if test "X-pgf90" = "X-$f9x_vendor"; then F9X_BASENAME=pgf90 F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="$FFLAGS -Mdclchk -Mstandard -Minform,warn" + FFLAGS="$FFLAGS -Mdclchk -Mstandard" # Production # Check for MPI wrapper being used and tweak down compiler options diff --git a/fortran/config/pgi-flags b/fortran/config/pgi-flags index afc5f85..7dc42be 100644 --- a/fortran/config/pgi-flags +++ b/fortran/config/pgi-flags @@ -54,7 +54,7 @@ if test "X-pgcc" = "X-$cc_vendor"; then #esac # General - CFLAGS="$CFLAGS $arch -Minform,warn" + CFLAGS="$CFLAGS $arch" # Production # Check for MPI wrapper being used and tweak down compiler options |