* config.guess (mips-sony-bsd): Remove from the C program.

This commit is contained in:
Ben Elliston
2014-01-25 10:41:17 +11:00
parent 1a322da12e
commit 6c134e4ebe
2 changed files with 1 additions and 8 deletions

8
config.guess vendored
View File

@ -1379,14 +1379,6 @@ cat >$dummy.c <<EOF
#endif
main ()
{
#if defined (sony)
#if defined (MIPSEB)
/* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
I don't know.... */
printf ("mips-sony-bsd\n"); exit (0);
#endif
#endif
#if defined (NeXT)
#if !defined (__ARCHITECTURE__)
#define __ARCHITECTURE__ "m68k"