cc65ce8e22
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. |
||
---|---|---|
.. | ||
Makefile | ||
bsd.README | ||
bsd.dep.mk | ||
bsd.doc.mk | ||
bsd.endian.mk | ||
bsd.files.mk | ||
bsd.gcc.mk | ||
bsd.hostlib.mk | ||
bsd.hostprog.mk | ||
bsd.inc.mk | ||
bsd.info.mk | ||
bsd.init.mk | ||
bsd.ioconf.mk | ||
bsd.kernobj.mk | ||
bsd.kinc.mk | ||
bsd.klinks.mk | ||
bsd.kmodule.mk | ||
bsd.lib.mk | ||
bsd.links.mk | ||
bsd.man.mk | ||
bsd.nls.mk | ||
bsd.obj.mk | ||
bsd.own.mk | ||
bsd.prog.mk | ||
bsd.rpc.mk | ||
bsd.shlib.mk | ||
bsd.subdir.mk | ||
bsd.sys.mk | ||
bsd.test.mk | ||
bsd.x11.mk | ||
sys.mk |