mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (i386-sequent-ptx): Remove from the C program.
This commit is contained in:
parent
027f78e575
commit
040f6f53d0
@ -4,6 +4,7 @@
|
|||||||
(m68k-hp-bsd): Likewise.
|
(m68k-hp-bsd): Likewise.
|
||||||
(i860-alliant-bsd): Likewise.
|
(i860-alliant-bsd): Likewise.
|
||||||
(i386-pc-bsd): Likewise.
|
(i386-pc-bsd): Likewise.
|
||||||
|
(i386-sequent-ptx): Likewise.
|
||||||
|
|
||||||
2014-01-25 Ben Elliston <bje@gnu.org>
|
2014-01-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
15
config.guess
vendored
15
config.guess
vendored
@ -1430,21 +1430,6 @@ main ()
|
|||||||
#endif
|
#endif
|
||||||
#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 (vax)
|
||||||
# if !defined (ultrix)
|
# if !defined (ultrix)
|
||||||
# include <sys/param.h>
|
# include <sys/param.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user