summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff')
-rw-r--r--net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff b/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff
deleted file mode 100644
index faa431f60aaa..000000000000
--- a/net-fs/shfs/files/shfs-gentoo-0.31-ppc.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-*** shfs-0.31-1.orig/shfs/Makefile Sun Jun 1 23:47:27 2003
---- shfs-0.31-1/shfs/Makefile Sun Jun 1 23:47:58 2003
-*************** SEARCHDIRS := -I- -I. -I${KERNEL_SOURCES
-*** 17,23 ****
- CC := gcc
- CFLAGS = -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
- LINKER := ld
-! LDFLAGS = -m elf_i386 -r
- LOADLIBES :=
-
- all: ${ALL_TARGETS}
---- 17,23 ----
- CC := gcc
- CFLAGS = -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE ${MVER} -D__KERNEL__ -DLINUX -DDEBUG_LEVEL=${DEBUG}
- LINKER := ld
-! LDFLAGS = -m elf32ppclinux -r
- LOADLIBES :=
-
- all: ${ALL_TARGETS}