Subject: Re: kern/12298: fairly impressive cross-compilation bogon in sys/lib/libsa/tftp.c
To: Todd Vierling <tv@wasabisystems.com>
From: None <itojun@iijlab.net>
List: netbsd-bugs
Date: 03/01/2001 09:58:46
>: 	i still wonder why #ifdef _STANDALONE is needed.
>: 	- native compilation should go fine with <arpa/tftp.h>
>: 	- cross compilation should supply netbsd includes, so it should
>: 	  go fine with <arpa/tftp.h>
>There are NetBSD target environments that have *no* userland, and thus,
>really shouldn't need src/include.

	so you don't supply any include files to cross compiler (like under
	/usr/pkg/lib/gcc/whatever/include?)  is it a common practice?

itojun