summaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/bits64/softfloat.c
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2011-07-08 20:59:53 +0000
committeruwe <uwe@NetBSD.org>2011-07-08 20:59:53 +0000
commit9a8bd8624db32e309bb95c724a6262527aab590e (patch)
tree3f5999f3a8d5b819f825ce5e4dc723336cdaf542 /lib/libc/softfloat/bits64/softfloat.c
parentd57175b9ddaa93cdb18f19486f34c30fa5a91846 (diff)
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.
Diffstat (limited to 'lib/libc/softfloat/bits64/softfloat.c')
0 files changed, 0 insertions, 0 deletions