]> git.pld-linux.org Git - packages/cvsfs.git/blob - cvsfs-PPC.patch
- tabs in preamble
[packages/cvsfs.git] / cvsfs-PPC.patch
1 --- cvsfs-1.1.4/cvsfs/Makefile.in.org   Mon Sep  9 01:05:14 2002
2 +++ cvsfs-1.1.4/cvsfs/Makefile.in       Sun Dec 15 12:36:04 2002
3 @@ -72,7 +72,7 @@
4  CFLAGS = -O3 -Wall -fomit-frame-pointer
5  INCLUDES = -I/lib/modules/$(KERNEL_VERSION)/build/include
6  
7 -LINK = $(LD) -m elf_i386 -r -o $@
8 +LINK = $(LD) -m elf32ppclinux -r -o $@
9  
10  libdir = /lib/modules/$(KERNEL_VERSION)/kernel/fs/
11  
12 --- cvsfs-1.1.4/cvsfs/Makefile.am.org   Mon Sep  9 00:45:31 2002
13 +++ cvsfs-1.1.4/cvsfs/Makefile.am       Sun Dec 15 12:35:48 2002
14 @@ -8,7 +8,7 @@
15  CFLAGS = -O3 -Wall -fomit-frame-pointer
16  INCLUDES = -I/lib/modules/$(KERNEL_VERSION)/build/include
17  
18 -LINK = $(LD) -m elf_i386 -r -o $@
19 +LINK = $(LD) -m elf32ppclinux -r -o $@
20  
21  libdir = /lib/modules/$(KERNEL_VERSION)/kernel/fs/
22  
This page took 0.060525 seconds and 3 git commands to generate.