From 5edf2123d299b0eb7f57f5630d48d7e152094b5f Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 25 Jan 2014 10:21:06 +1100 Subject: [PATCH] * config.guess (arm-acron-riscix): Remove from the C program. --- ChangeLog | 4 ++++ config.guess | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3fe0d57..e593b3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-25 Ben Elliston + + * config.guess (arm-acron-riscix): Remove from the C program. + 2014-01-25 Ben Elliston * config.guess (c1-convex-bsd, c32-convex-bsd, c2-convex-bsd) diff --git a/config.guess b/config.guess index 805be94..5751124 100755 --- a/config.guess +++ b/config.guess @@ -1396,10 +1396,6 @@ main () #endif #endif -#if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix\n"); exit (0); -#endif - #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif