aboutsummaryrefslogtreecommitdiff
path: root/kernel/Makefile.in
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-11-29 11:04:27 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-11-29 11:04:27 +0000
commit3cc8a26670352f3a233cd0e7720f2798410e5125 (patch)
tree6ce2c53b5924bacf7627b4a7ab0f2f44a117657e /kernel/Makefile.in
parent1a906129217b5e43f1f05bcc35e95c37b992937a (diff)
fix
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 8bf1081..34d376d 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 -msoft-float
+CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe @KERNELCFLAGS@
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