Subject: Building NetBSD for sparc64 from Solaris
To: None <current-users@NetBSD.ORG>
From: Chris Ross <cross+netbsd@distal.com>
List: current-users
Date: 06/14/2004 16:07:36
   I have a Solaris [10] machine, and I'm trying to build
NetBSD -current on it.  However, this machine does not
have the Forte compiler on it, it only has gcc.

   Most things cope with this just fine, but it appears
that build.sh has "cc" built into it.  Without setting
HOST_CC to "gcc" it tries to invoke "cc".

   Should this be fixed, or is the correct solution to
always set HOST_CC?

   Thanks...

                   - Chris