summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
Diffstat (limited to 'default.c')
-rw-r--r--default.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.c b/default.c
index 083fab0..fe1acfa 100644
--- a/default.c
+++ b/default.c
@@ -205,8 +205,12 @@ static char *default_variables[] =
#ifdef _IBMR2
"FC", "xlf",
#else
+#ifdef __convex__
+ "FC", "fc",
+#else
"FC", "f77",
-#endif
+#endif /* __convex__ */
+#endif /* _IBMR2 */
/* System V uses these, so explicit rules using them should work.
However, there is no way to make implicit rules use them and FC. */
"F77", "$(FC)",