From 02caa22338aa639985abd71ba78678a26a02d613 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 22 Dec 1992 22:31:16 +0000 Subject: Formerly default.c.~21~ --- default.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'default.c') diff --git a/default.c b/default.c index 083fab0..fe1acfa 100644 --- a/default.c +++ b/default.c @@ -204,9 +204,13 @@ static char *default_variables[] = #else /* Not CRAY. */ #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)", -- cgit v1.2.3