NetBSD/sys/arch/m68k
mrg 4773cc203b avoid a GCC warning with this:
+#if defined(__GNUC__) && (__GNUC__ >= 5) && defined(__OPTIMIZE__)
+       x.fp_sign = 0;
+#endif

(ridiculous, but seems better than disabling the warning entirely.)
2016-03-23 05:25:51 +00:00
..
060sp Improve spelling: regsiter -> register 2015-07-11 10:32:45 +00:00
conf
fpe avoid a GCC warning with this: 2016-03-23 05:25:51 +00:00
fpsp remove a bunch of "@echo done" from the tail of rules. these messages 2016-03-22 08:25:22 +00:00
include expose the kernel types for standalone code. 2016-01-23 22:31:19 +00:00
m68k Add some {} when the meaning is too ambiguous. From Brainy. 2015-10-18 17:13:32 +00:00
Makefile
Makefile.cmachflags
Makefile.inc