diff -uNr linux-coda-4.7.2/linux2.1/Makefile linux-coda-ppc/linux2.1/Makefile
--- linux-coda-4.7.2/linux2.1/Makefile  Thu Sep  3 16:21:02 1998
+++ linux-coda-ppc/linux2.1/Makefile    Thu Oct 15 15:57:57 1998
@@ -20,6 +20,10 @@
 SRCS=psdev.c cnode.c inode.c dir.c file.c upcall.c coda_linux.c symlink.c pioctl.c cache.c sysctl.c stats.c
 OBJS=$(SRCS:%.c=%.o)
 
+ifeq ($(ARCH),ppc)
+CFLAGS += -msoft-float
+endif
+
 MODULES = coda.o
 
 all:   ../.prereq.ok kcheck $(MODULES) 

