]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly default.c.~13~
authorRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 01:13:51 +0000 (01:13 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 01:13:51 +0000 (01:13 +0000)
default.c

index 12d82eae7a2adc1d08e0c6470b9eb336d60489ab..e7fb37e5186b190c3c347849663ea49e651206c2 100644 (file)
--- a/default.c
+++ b/default.c
@@ -189,6 +189,13 @@ static char *default_variables[] =
     "C++", "g++",
     "CO", "co",
     "CPP", "$(CC) -E",
+#ifdef CRAY
+    "CF77PPFLAGS", "-P",
+    "CF77PP", "/lib/cpp",
+    "CFT", "cft77",
+    "CF", "cf77",
+    "FC", "$(CF)",
+#else  /* Not CRAY.  */
 #ifdef _IBMR2
     "FC", "xlf",
 #else
@@ -198,6 +205,7 @@ static char *default_variables[] =
        However, there is no way to make implicit rules use them and FC.  */
     "F77", "$(FC)",
     "F77FLAGS", "$(FFLAGS)",
+#endif /* Cray.  */
 #if    defined (USG) || defined (ultrix)
     "GET", "get",
 #else
@@ -209,9 +217,14 @@ static char *default_variables[] =
     "M2C", "m2c",
 #ifdef pyr
     "PC", "pascal",
+#else
+#ifdef CRAY
+    "PC", "PASCAL",
+    "SEGLDR", "segldr",
 #else
     "PC", "pc",
-#endif
+#endif /* CRAY.  */
+#endif /* pyr.  */
     "YACC", "yacc",    /* Or "bison -y"  */
     "MAKEINFO", "makeinfo",
     "TEX", "tex",