Re: [kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 2.0 is available

From: Thomas Duffy (Thomas.Duffy.99@alumni.brown.edu)
Date: Tue Apr 09 2002 - 14:00:55 EST


On Tue, 2002-04-09 at 06:08, Keith Owens wrote:

> Other architecture maintainers can use core-3 and common-2.4.18-2 as a
> starting point for porting this release of kbuild 2.5 to their
> architecture. The existing arch patches from Release 1.12 are a good
> starting point, ia64 was almost unchanged from Release 1.12 to 2.0.
>
> I have not tested any of the kbuild 2.5 code on big endian machines.
> It should work as is but it would be nice to have it confirmed.

Ok, with core-3, now kbuild 2.5 v2.0 works on sparc64. There was one
typo in one sparc64 Makefile.in from 1.12. Attached is the patch to fix
this.

Also attached is the full kbuild 2.0 patch for sparc64 2.4.18 tree.

-- 
He who receives an idea from me, receives instruction himself without
lessening mine; as he who lights his taper at mine, receives light
without darkening me.                      -- Thomas Jefferson

--- linux_kbuild/arch/sparc64/lib/Makefile.in +++ linux_kbuild/arch/sparc64/lib/Makefile.in @@ -13,4 +13,4 @@ select(lib.a) uses_asm_offsets(VISsave.o VIScopy.o VIScsum.o blockops.o checksum.o - U3copy_from_user.o U3copt_to_user.o U3copy_in_user.o U3memcpy.o) + U3copy_from_user.o U3copy_to_user.o U3copy_in_user.o U3memcpy.o)


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Apr 15 2002 - 22:00:13 EST