~james-w/+junk/fuse-debian-upstream

« back to all changes in this revision

Viewing changes to kernel/Makefile.in

  • Committer: James Westby
  • Date: 2008-05-16 12:57:48 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125748-b8m5dtnbbyjtjpkg
Tags: upstream-debian-2.3.0
Import upstream from fuse_2.3.0.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
CC = gcc
58
58
LD = ld
59
 
CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe 
 
59
CFLAGS = -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -pipe -msoft-float
60
60
CPPFLAGS = -I@kernelsrc@/include -I. -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -DFUSE_VERSION=\"$(VERSION)\" @KERNELCPPFLAGS@
61
61
 
62
62
fuse_objs = dev.o dir.o file.o inode.o compat/parser.o