* config.guess (i860-alliant-bsd): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:24:23 +11:00
parent 4eeda315b0
commit 26087e5e6b
2 changed files with 2 additions and 8 deletions

View File

@ -1,10 +1,8 @@
2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (m68k-hp-bsd): Remove from the C program.
2014-01-25 Ben Elliston <bje@gnu.org>
* config.guess (arm-acron-riscix): Remove from the C program.
(m68k-hp-bsd): Likewise.
(i860-alliant-bsd): Likewise.
2014-01-25 Ben Elliston <bje@gnu.org>

4
config.guess vendored
View File

@ -1470,10 +1470,6 @@ main ()
# endif
#endif
#if defined (alliant) && defined (i860)
printf ("i860-alliant-bsd\n"); exit (0);
#endif
exit (1);
}
EOF