dect
/
linux-2.6
Archived
13
0
Fork 0

MIPS: Use -mno-check-zero-division

I don't think that in 15 years of Linux/MIPS the zero division checking
code generated by gcc by default has ever caught anything.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2009-04-28 19:28:33 +02:00
parent 05e4140447
commit 1a4ba061b3
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ ifneq ($(SUBARCH),$(ARCH))
endif
cflags-y := -ffunction-sections
cflags-y += $(call cc-option, -mno-check-zero-division)
ifdef CONFIG_32BIT
ld-emul = $(32bit-emul)