mirror of
https://github.com/mirror/make.git
synced 2025-04-24 12:00:35 +08:00
Formerly default.c.~21~
This commit is contained in:
parent
38f78c7be1
commit
02caa22338
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user