]> git.pld-linux.org Git - packages/cvsfs.git/commitdiff
- fixed linking process on PPC.
authorcieciwa <cieciwa@pld-linux.org>
Sun, 15 Dec 2002 11:55:45 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsfs-PPC.patch -> 1.1

cvsfs-PPC.patch [new file with mode: 0644]

diff --git a/cvsfs-PPC.patch b/cvsfs-PPC.patch
new file mode 100644 (file)
index 0000000..c6a9212
--- /dev/null
@@ -0,0 +1,22 @@
+--- cvsfs-1.1.4/cvsfs/Makefile.in.org  Mon Sep  9 01:05:14 2002
++++ cvsfs-1.1.4/cvsfs/Makefile.in      Sun Dec 15 12:36:04 2002
+@@ -72,7 +72,7 @@
+ CFLAGS = -O3 -Wall -fomit-frame-pointer
+ INCLUDES = -I/lib/modules/$(KERNEL_VERSION)/build/include
+-LINK = $(LD) -m elf_i386 -r -o $@
++LINK = $(LD) -m elf32ppclinux -r -o $@
+ libdir = /lib/modules/$(KERNEL_VERSION)/kernel/fs/
+--- cvsfs-1.1.4/cvsfs/Makefile.am.org  Mon Sep  9 00:45:31 2002
++++ cvsfs-1.1.4/cvsfs/Makefile.am      Sun Dec 15 12:35:48 2002
+@@ -8,7 +8,7 @@
+ CFLAGS = -O3 -Wall -fomit-frame-pointer
+ INCLUDES = -I/lib/modules/$(KERNEL_VERSION)/build/include
+-LINK = $(LD) -m elf_i386 -r -o $@
++LINK = $(LD) -m elf32ppclinux -r -o $@
+ libdir = /lib/modules/$(KERNEL_VERSION)/kernel/fs/
This page took 0.066694 seconds and 4 git commands to generate.