From 26087e5e6bcf20b3d94322f0858210a1c59e3ed3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 25 Jan 2014 10:24:23 +1100 Subject: [PATCH] * config.guess (i860-alliant-bsd): Remove from the C program. --- ChangeLog | 6 ++---- config.guess | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 061f209..788e387 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,8 @@ -2014-01-25 Ben Elliston - - * config.guess (m68k-hp-bsd): Remove from the C program. - 2014-01-25 Ben Elliston * config.guess (arm-acron-riscix): Remove from the C program. + (m68k-hp-bsd): Likewise. + (i860-alliant-bsd): Likewise. 2014-01-25 Ben Elliston diff --git a/config.guess b/config.guess index 5c04634..f05865b 100755 --- a/config.guess +++ b/config.guess @@ -1470,10 +1470,6 @@ main () # endif #endif -#if defined (alliant) && defined (i860) - printf ("i860-alliant-bsd\n"); exit (0); -#endif - exit (1); } EOF