Current-Users archive

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

Re: Cross-building on MacOS X/lint failure




On Dec 1, 2008, at 3:23 PM, Ken Hornstein wrote:

Has anyone tried cross-building NetBSD on MacOS X recently?

Yes, but being lazy I just added this to my build scripts:

if [ `uname` = "Darwin" ]; then
MKLINT=no
export MKLINT
fi

Crossbuilding NetBSD/sparc on my G5 worked fine with this.

have fun
Michael


Home | Main Index | Thread Index | Old Index