diff options
Diffstat (limited to 'config/unicos')
-rw-r--r-- | config/unicos | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/unicos b/config/unicos index 14a91b8..8d26b20 100644 --- a/config/unicos +++ b/config/unicos @@ -153,16 +153,16 @@ 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 |