* config.guess (m68k-sony-newsos): Remove from the C program.

This commit is contained in:
Ben Elliston 2014-01-25 10:39:07 +11:00
parent 04d0856487
commit 1a322da12e
2 changed files with 1 additions and 9 deletions

View File

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

9
config.guess vendored
View File

@ -1384,15 +1384,6 @@ main ()
/* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
I don't know.... */
printf ("mips-sony-bsd\n"); exit (0);
#else
#include <sys/param.h>
printf ("m68k-sony-newsos%s\n",
#ifdef NEWSOS4
"4"
#else
""
#endif
); exit (0);
#endif
#endif