summaryrefslogtreecommitdiffstats
path: root/config/dec-flags
diff options
context:
space:
mode:
Diffstat (limited to 'config/dec-flags')
-rw-r--r--config/dec-flags12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/dec-flags b/config/dec-flags
index 0ff487f..881871e 100644
--- a/config/dec-flags
+++ b/config/dec-flags
@@ -107,17 +107,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 -Olimit 2048 -std1"
- DEBUG_FFLAGS="-Olimit 2048 -std1"
- PROD_FFLAGS="-Olimit 2048 -std1"
- PROFILE_FFLAGS="-Olimit 2048 -std1"
+ FCFLAGS="$FCFLAGS -Olimit 2048 -std1"
+ DEBUG_FCFLAGS="-Olimit 2048 -std1"
+ PROD_FCFLAGS="-Olimit 2048 -std1"
+ PROFILE_FCFLAGS="-Olimit 2048 -std1"
f9x_flags_set=yes
fi