(dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4.

This commit is contained in:
roland 1994-12-06 07:29:38 +00:00
parent 12cf00897d
commit 32c8019804

9
config.guess vendored
View File

@ -377,7 +377,14 @@ main ()
I don't know.... */ I don't know.... */
printf ("mips-sony-bsd\n"); exit (0); printf ("mips-sony-bsd\n"); exit (0);
#else #else
printf ("m68k-sony-newsos\n"); exit (0); #include <sys/param.h>
printf ("m68k-sony-newsos%s\n",
#ifdef NEWSOS4
"4"
#else
""
#endif
); exit (0);
#endif #endif
#endif #endif