Hinko Kočevar wrote:
>> I've confirmed that the 610-cris_target.patch actually applied to 2.18
>> and 2.17... weird.
>> 
> 
> Success with binutils 2.17 and the attached patch.
> 
> I haven't compared your patch and the one attached here, but I think
> they should be pretty musch the same - but I can't compile the kernel
> with your patch..
I've fixed the bug, will commit in a minute. This small change was missing:

Index: linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/decompress.ld
===================================================================
--- linux-2.6.25.4.orig/arch/cris/arch-v10/boot/compressed/decompress.ld 
  2008-05-15 17:00:12.000000000 +0200
+++ linux-2.6.25.4/arch/cris/arch-v10/boot/compressed/decompress.ld 
2008-06-09 17:12:54.930425750 +0200
@@ -1,4 +1,4 @@
-OUTPUT_FORMAT(elf32-us-cris)
+OUTPUT_FORMAT(elf32-cris)

  MEMORY
     {
 

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to