Subject: Running mknative from build.sh
To: None <tech-toolchain@NetBSD.org>
From: Masao Uebayashi <uebayasi@gmail.com>
List: tech-toolchain
Date: 11/15/2007 09:28:46
I believe this is exactly the procedure which
tools/gcc/README.mknative explains.  If you add a new ${MACHINE_ARCH},
you have to put skeltons under gnu/{lib,usr.bin,usr.sbin}; otherwise
make fails with "no such file or directory".  This script doesn't take
account into this skelton thing.

http://www.netbsd.org/~uebayasi/build-sh-mknative.patch

Masao