aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-04-22 07:54:11 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-04-22 07:54:11 +0000
commitd001bf9915e651dd301c29aafe0b7e777a1ae7cf (patch)
treeb29661773e7095c5cc8af918fdb07a6d54c2ce5c /kernel/Makefile.in
parent89814a18530fd45af0793c1dd7b240453421c1bf (diff)
downloadlibfuse-d001bf9915e651dd301c29aafe0b7e777a1ae7cf.tar.gz
fixes
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r--kernel/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 50dde76..8bf1081 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -56,7 +56,7 @@ ifeq ($(majver), 2.4)
CC = gcc
LD = ld
-CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe
+CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -msoft-float
CPPFLAGS = -I@kernelsrc@/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"$(VERSION)\" @KERNELCPPFLAGS@
fuse_objs = dev.o dir.o file.o inode.o compat/parser.o