Commit 4e1eb519 by Roland McGrath

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

From-SVN: r8611
parent c0a39485
......@@ -377,7 +377,14 @@ main ()
I don't know.... */
printf ("mips-sony-bsd\n"); exit (0);
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment