From: Ralf Baechle Date: Wed, 8 Mar 2006 17:14:49 +0000 (+0000) Subject: [MIPS] Always pass -msoft-float. X-Git-Tag: v2.6.16-rc6~46 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=6218cf4410cfce7bc7e89834e73525b124625d4c;p=powerpc.git [MIPS] Always pass -msoft-float. Some people still haven't heared that fp in the kernel is forbidden. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 38c0f3360d..fe9da16f3a 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