mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-25 15:13:35 +00:00
[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>
This commit is contained in:
parent
fd2a4f1183
commit
6218cf4410
@ -95,6 +95,7 @@ endif
|
|||||||
# crossformat linking we rely on the elf2ecoff tool for format conversion.
|
# crossformat linking we rely on the elf2ecoff tool for format conversion.
|
||||||
#
|
#
|
||||||
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
|
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
|
||||||
|
cflags-y += -msoft-float
|
||||||
LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
|
LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
|
||||||
MODFLAGS += -mlong-calls
|
MODFLAGS += -mlong-calls
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user