Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b49050a
Commit
2b49050a
authored
Dec 06, 1994
by
Roland McGrath
Browse files
(dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4.
parent
cf18c844
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
config.guess
config.guess
+8
-1
No files found.
config.guess
View file @
2b49050a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment