Răsfoiți Sursa

[MIPS] Always pass -msoft-float.

Some people still haven't heared that fp in the kernel is forbidden.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

Ralf Baechle 19 ani în urmă
părinte
comite
6218cf4410
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      arch/mips/Makefile

+ 1 - 0
arch/mips/Makefile

@@ -95,6 +95,7 @@ endif
 # crossformat linking we rely on the elf2ecoff tool for format conversion.
 #
 cflags-y			+= -G 0 -mno-abicalls -fno-pic -pipe
+cflags-y			+= -msoft-float
 LDFLAGS_vmlinux			+= -G 0 -static -n -nostdlib
 MODFLAGS			+= -mlong-calls