* config.guess (arm-acron-riscix): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:21:06 +11:00
parent 4f43a7a663
commit 5edf2123d2
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (arm-acron-riscix): Remove from the C program.
2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (c1-convex-bsd, c32-convex-bsd, c2-convex-bsd)

4
config.guess vendored
View File

@ -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