Subject: Re: cross compile on solaris fails using SunStudio Compiler
To: None <current-users@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 09/05/2006 19:31:06
On Tue, 05 Sep 2006, Kurt Schreiner wrote:
> im trying to cross compile -current on a solaris 11 box (for i386 today ;-)
> and there's seems to be a serious(?) problem:
>
>     compile  makefs/cd9660.lo
> "/u/NetBSD/src/tools/makefs/../../usr.sbin/makefs/cd9660.c", line 104: warning: syntax error:  empty declaration

src/tools/Makefile builds gcc before building makefs, but it's still
using the host compiler instead of the new gcc to build makefs.
This seems like a bug in the tools build.

--apb (Alan Barrett)