From 040f6f53d0f75b98f1211dff195d211b3a32b5a0 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 25 Jan 2014 10:35:02 +1100 Subject: [PATCH] * config.guess (i386-sequent-ptx): Remove from the C program. --- ChangeLog | 1 + config.guess | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2fe791..2301022 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/config.guess b/config.guess index ba0dbd8..b81f7e8 100755 --- a/config.guess +++ b/config.guess @@ -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