Subject: Re: sparc64 build problem with current as of yesterday
To: None <current-users@netbsd.org, lloyd@must-have-coffee.gen.nz>
From: None <eeh@netbsd.org>
List: current-users
Date: 11/20/2001 01:03:35
| The sparc64 build reaches over into the sparc build to do build
| installboot. The Makefile for installboot doesn't support 64 bit builds,
| even though the source code does. The following patch fixes this.

installboot never needs to handle 64-bit elf.  It would be better to
just get rid of the dependency on loadfile_elf64.

Eduardo