diff options
Diffstat (limited to 'config/sv1-cray')
-rw-r--r-- | config/sv1-cray | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/sv1-cray b/config/sv1-cray index c11cde3..5724807 100644 --- a/config/sv1-cray +++ b/config/sv1-cray @@ -159,17 +159,17 @@ HID_T='SELECTED_INT_KIND(R_INTEGER)' SIZE_T='SELECTED_INT_KIND(R_LARGE)' OBJECT_NAMELEN_DEFAULT_F=-1 -if test "X-" = "X-$F9X"; then - F9X=f90 +if test "X-" = "X-$FC"; then + FC=f90 fi if test "X-" = "X-$f9x_flags_set"; then F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="$FFLAGS -dp" - DEBUG_FFLAGS="-dp" - PROD_FFLAGS="-dp" - PROFILE_FFLAGS="-dp" + FCFLAGS="$FCFLAGS -dp" + DEBUG_FCFLAGS="-dp" + PROD_FCFLAGS="-dp" + PROFILE_FCFLAGS="-dp" f9x_flags_set=yes fi |