]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/linux-uml-2.4.26/fix-includes.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / linux-uml-2.4.26 / fix-includes.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.21/arch/um/Makefile~remove-bogus-includes 2004-02-01 15:44:08.000000000 +0100
7 +++ linux-2.4.21/arch/um/Makefile       2004-02-01 15:51:52.000000000 +0100
8 @@ -107,7 +107,7 @@
9  linux: setup $(ARCH_DIR)/main.o vmlinux $(LD_SCRIPT-y)
10         mv vmlinux vmlinux.o
11         $(CC) -Wl,-T,$(LD_SCRIPT-y) $(LINK-y) $(LINK_WRAPS) \
12 -               -o linux $(ARCH_DIR)/main.o vmlinux.o -L/usr/lib -lutil
13 +               -o linux $(ARCH_DIR)/main.o vmlinux.o -L$(STAGING_LIBDIR) -lutil
14  
15  USER_CFLAGS := $(patsubst -I%,,$(CFLAGS))
16  USER_CFLAGS := $(patsubst -Derrno=kernel_errno,,$(USER_CFLAGS))
17 --- linux-2.4.21/arch/um/kernel/tt/Makefile~remove-bogus-includes       2004-02-01 15:44:08.000000000 +0100
18 +++ linux-2.4.21/arch/um/kernel/tt/Makefile     2004-02-01 15:51:39.000000000 +0100
19 @@ -34,6 +34,6 @@
20         $(CC) $(UNMAP_CFLAGS) -c -o $@ $<
21  
22  unmap_fin.o : unmap.o
23 -       ld -r -o $@ $< -lc -L/usr/lib
24 +       ld -r -o $@ $< -lc -L$(STAGING_LIBDIR)
25  
26  clean :