projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd2a4f1
)
[MIPS] Always pass -msoft-float.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 8 Mar 2006 17:14:49 +0000
(17:14 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 9 Mar 2006 18:05:10 +0000
(18:05 +0000)
Some people still haven't heared that fp in the kernel is forbidden.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/Makefile
b/arch/mips/Makefile
index 38c0f3360d517aa05794879a8a2a342ca1d86f18..fe9da16f3a4012ecafd867f6f9ad5c6a3284b59e 100644
(file)
--- 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