From d001bf9915e651dd301c29aafe0b7e777a1ae7cf Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 22 Apr 2005 07:54:11 +0000 Subject: fixes --- kernel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/Makefile.in') 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 -- cgit v1.2.3