* config.guess (i386-pc-bsd): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:26:02 +11:00
parent 26087e5e6b
commit 027f78e575
2 changed files with 1 additions and 4 deletions

View File

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

4
config.guess vendored
View File

@ -1421,10 +1421,6 @@ main ()
#endif #endif
#endif #endif
#if defined (__386BSD__)
printf ("i386-pc-bsd\n"); exit (0);
#endif
#if defined (sequent) #if defined (sequent)
#if defined (i386) #if defined (i386)
printf ("i386-sequent-dynix\n"); exit (0); printf ("i386-sequent-dynix\n"); exit (0);