summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-06 07:29:38 +0000
committerRoland McGrath <roland@gnu.org>1994-12-06 07:29:38 +0000
commitbdb0242d2617bc99907b176ee0c973b96e0b2f23 (patch)
tree46c2110d89c7bf405dcb8f3ffc80eb252d123fa3 /config.guess
parent5ebc3fec5bc59d622559f908afa00d5c0a795188 (diff)
downloademacs-bdb0242d2617bc99907b176ee0c973b96e0b2f23.tar.gz
(dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index de048e05fd9..c96a20ac4e5 100755
--- a/config.guess
+++ b/config.guess
@@ -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