Subject: cross compile and CRT functions
To: port-powerpc <port-powerpc@NetBSD.ORG>
From: Paul Forgey <paulf@aphrodite.com>
List: port-powerpc
Date: 03/17/1998 16:24:35
I've got the netbsd-1.3.1 kernel cross comiled from i586-linux, however the
link fails beause certain CRT symbols, such as strlen and bzero, aren't
there.  Isn't the kernel code supposed to be self containing independant of
the runtime?  If not, what do I need to do to get around this?

Thanks.