Subject: Re: Cross Compiling i386 on sparc64
To: Adrian Portelli <adrian.p@bigpond.net.au>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 10/21/2002 11:42:01
On Mon, Oct 21, 2002 at 07:21:35PM +1000, Adrian Portelli wrote:

> Anyone had any luck building an i386 release on sparc64 ?

I bet noone tried ;-)
Most people have much faster i386 build machines than sparc64 ones.

If you just want to get it going: setenv NOLINT
(or the moral equivalent for sh), if you want to solve it, check if lint is
right here or if the building of lint on 64 bit hosts makes it hyper-sensible
and emit bogus warnings. ISTR having seen this exact lint warning on sparc64
native builds (but probably being ignored due to some makefile magic).

Fixing lint in this case would win you a double plus bonus ;-)

Martin