Subject: Re: NetBSD master CVS tree commits
To: None <source@NetBSD.ORG>
From: Tom Yu <tlyu@MIT.EDU>
List: current-users
Date: 11/11/1996 17:10:21
This change seems to have broken my pmax kernel build:

jonathan
Sun Nov 10 23:45:31 PST 1996
Update of /cvsroot/src/sys/arch/mips/conf
In directory netbsd1:/var/slash-tmp/cvs-serv22485/conf

Modified Files:
	files.mips 
Log Message:
Eliminate old mips/mips/elf.c ELF exec code.
Don't call into from the a.out exec hook; don't configure it into kernels.

I get this error:

cpu_exec.o: In function `cpu_exec_aout_makecmds':
../../../../arch/mips/mips/cpu_exec.c(.text+0x14): undefined reference to `exec_elf_makecmds'

Perhaps the cpu_exec.c should be modified appropriately as well?

---Tom