* 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

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