mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
(dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4.
This commit is contained in:
parent
12cf00897d
commit
32c8019804
9
config.guess
vendored
9
config.guess
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user