From: Ralf Baechle <ralf@linux-mips.org> Date: Wed, 8 Mar 2006 17:14:49 +0000 (+0000) Subject: [MIPS] Always pass -msoft-float. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6218cf4410cfce7bc7e89834e73525b124625d4c;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [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> --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 38c0f3360d51..fe9da16f3a40 100644 --- a/arch/mips/Makefile +++ b/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