* 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

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