Subject: setting up cross-compile kernel builds?
To: None <current-users@netbsd.org>
From: Edwin Foo <efoo@crl.dec.com>
List: current-users
Date: 05/31/2000 11:53:33
Hi,

I've downloaded and installed the cross/arm-netbsd pkg from pkgsrc, and I'd
like to try using it to compile kernels for arm32. I just added
/usr/pkg/cross/arm-netbsd/bin in front of my path - that works for compiling
most stuff, but for kernels, I'm noticing that i386 stuff still gets
included for libs and includes. How do I get the toolchain to look in
/usr/pkg/cross/arm-netbsd/include and lib by default?

thanks,
Edwin