NetBSD/share/mk
uwe cc65ce8e22 Augment previous. Use -Wno-uninitialized for sh3 in general, not just
dreamcast.  The problem is not sh3 per-se, but the fact that for sh3
we use -Os by default.  That causes false positives since gcc doesn't
detect that e.g. a variable is set and used under the same condition
in different "if" statements.

XXX: This should probably check for optimization level instead,
though, for all I know, phase of moon might be a contributing cause
too.

XXX2: MACHINE_CPU is set in bsd.own.mk and is not available here, so
we have to spell the test in terms of MACHINE_ARCH.
2011-07-08 20:59:53 +00:00
..
Makefile
bsd.README Replace gzip with ${TOOL_GZIP} in manual compression. 2011-06-30 18:13:51 +00:00
bsd.dep.mk
bsd.doc.mk
bsd.endian.mk
bsd.files.mk
bsd.gcc.mk
bsd.hostlib.mk
bsd.hostprog.mk add libgcc_pic dependency. 2011-06-05 23:09:15 +00:00
bsd.inc.mk
bsd.info.mk
bsd.init.mk
bsd.ioconf.mk
bsd.kernobj.mk
bsd.kinc.mk
bsd.klinks.mk
bsd.kmodule.mk remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
bsd.lib.mk
bsd.links.mk
bsd.man.mk Replace gzip with ${TOOL_GZIP} in manual compression. 2011-06-30 18:13:51 +00:00
bsd.nls.mk
bsd.obj.mk
bsd.own.mk Switch powerpc to USE_COMPILERCRTSTUFF=no 2011-07-02 20:21:16 +00:00
bsd.prog.mk
bsd.rpc.mk
bsd.shlib.mk
bsd.subdir.mk
bsd.sys.mk Augment previous. Use -Wno-uninitialized for sh3 in general, not just 2011-07-08 20:59:53 +00:00
bsd.test.mk
bsd.x11.mk Fix the value of "appdefaultdir" that ends up in native X .pc files. 2011-07-03 22:59:46 +00:00
sys.mk