From a556fa1a2a5d84da64c895d4bceec31cb9b03584 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 6 Sep 2005 12:06:32 -0500 Subject: [svn-r11354] Purpose: Cleanup. Description: Removed redundant option (-Minform,warn) from CFLAGS setting. It is already the pgcc default. Platforms tested: tested in heping. --- fortran/config/pgi-fflags | 2 +- 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 -- cgit v0.12