* config.guess (i386-sequent-ptx): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:35:02 +11:00
parent 027f78e575
commit 040f6f53d0
2 changed files with 1 additions and 15 deletions

View File

@ -4,6 +4,7 @@
(m68k-hp-bsd): Likewise.
(i860-alliant-bsd): Likewise.
(i386-pc-bsd): Likewise.
(i386-sequent-ptx): Likewise.
2014-01-25 Ben Elliston <bje@gnu.org>

15
config.guess vendored
View File

@ -1430,21 +1430,6 @@ main ()
#endif
#endif
#if defined (_SEQUENT_)
struct utsname un;
uname(&un);
if (strncmp(un.version, "V2", 2) == 0) {
printf ("i386-sequent-ptx2\n"); exit (0);
}
if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
printf ("i386-sequent-ptx1\n"); exit (0);
}
printf ("i386-sequent-ptx\n"); exit (0);
#endif
#if defined (vax)
# if !defined (ultrix)
# include <sys/param.h>