Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



thorpej
Wed Oct  8 14:26:17 PDT 1997
Update of /cvsroot/src/sys/arch/pmax/conf
In directory netbsd1:/var/slash-tmp/cvs-serv18390

Modified Files:
        Makefile.pmax 
Log Message:
The MIPS toolchain generates ELF.  Don't pretend like it generates a.out
by renaming "netbsd" to "netbsd.elf", and then creating an a.out image
called "netbsd".

Instead, create _both_ ECOFF and a.out versions of the kernels, named
"netbsd.ecoff" and "netbsd.aout" respectively, and drop the ".elf"
from the ELF kernel.

(And, with any luck, the a.out hack will go away completely Very Soon.)




Home | Main Index | Thread Index | Old Index