summaryrefslogtreecommitdiffstats
path: root/config/unicosmk
diff options
context:
space:
mode:
Diffstat (limited to 'config/unicosmk')
-rw-r--r--config/unicosmk12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/unicosmk b/config/unicosmk
index 2b94bbe..3f77220 100644
--- a/config/unicosmk
+++ b/config/unicosmk
@@ -156,16 +156,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