SOURCES (LINUX_2_6): kernel-bzip2-lzma.patch - correct to build @x86_64 (no...
zbyniu
zbyniu at pld-linux.org
Fri May 16 17:06:15 CEST 2008
Author: zbyniu Date: Fri May 16 15:06:15 2008 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- correct to build @x86_64 (not tested)
---- Files affected:
SOURCES:
kernel-bzip2-lzma.patch (1.1.2.4 -> 1.1.2.5)
---- Diffs:
================================================================
Index: SOURCES/kernel-bzip2-lzma.patch
diff -u SOURCES/kernel-bzip2-lzma.patch:1.1.2.4 SOURCES/kernel-bzip2-lzma.patch:1.1.2.5
--- SOURCES/kernel-bzip2-lzma.patch:1.1.2.4 Fri May 9 12:06:52 2008
+++ SOURCES/kernel-bzip2-lzma.patch Fri May 16 17:06:10 2008
@@ -33,7 +33,20 @@
LDFLAGS_piggy.o := -r --format binary --oformat elf32-i386 -T
else
-@@ -59,6 +76,9 @@
+@@ -55,6 +73,12 @@
+ $(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
+ $(call if_changed,gzip)
+
++$(obj)/vmlinux.bin.bz2: $(obj)/vmlinux.bin FORCE
++ $(call if_changed,bzip2)
++
++$(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
++ $(call if_changed,lzma)
++
+ LDFLAGS_piggy.o := -r --format binary --oformat elf64-x86-64 -T
+ endif
+
+@@ -65,6 +76,9 @@
LDFLAGS_piggy.o := -r --format binary --oformat elf64-x86-64 -T
endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-bzip2-lzma.patch?r1=1.1.2.4&r2=1.1.2.5&f=u
More information about the pld-cvs-commit
mailing list