>>>>> "ralf" == Ralf Baechle <ralf@linux-mips.org> writes: ralf> On Thu, Dec 19, 2002 at 09:04:12PM +0100, Juan Quintela wrote: >> this small patch made possible to compile a 64bit kernel for >> people that have old proms that only accept ecoff. As usual >> stolen from the 32 bits version. >> >> The easiest way is creating the file in arch/mips/boot, >> otherwise we need to copy elf2ecoff.c to mips64. ralf> Applied slightly modified. I removed two other unused targets. Please, add that back, and things will indeed compile :) Later, Juan. Index: arch/mips64/Makefile =================================================================== RCS file: /home/cvs/linux/arch/mips64/Makefile,v retrieving revision 1.22.2.21 diff -u -r1.22.2.21 Makefile --- arch/mips64/Makefile 20 Dec 2002 02:42:26 -0000 1.22.2.21 +++ arch/mips64/Makefile 20 Dec 2002 14:37:18 -0000 @@ -235,7 +235,7 @@ CORE_FILES := arch/mips64/kernel/kernel.o arch/mips64/mm/mm.o $(CORE_FILES) LIBS := arch/mips64/lib/lib.a $(LIBS) -MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot +MAKEBOOT = $(MAKE) -C arch/mips/boot ifdef CONFIG_CPU_LITTLE_ENDIAN 64bit-bfd = elf64-tradlittlemips -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy