* 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

View File

@ -8,6 +8,7 @@
(i386-sequent-dynix): Likewise.
(n32k-sequent-dynix): Likewise.
(m68k-sony-newsos): Likewise.
(mips-sony-bsd): Likewise.
2014-01-25 Ben Elliston <bje@gnu.org>

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"