Import NetBSD tools and build.sh

This commit finalizes support for cross compilation. The tools
directory are all links to the actual tools and are built on the
host system to build Minix. build.sh is the work horse that takes
care of all environment settings. It's slightly adjusted for Minix.
The /usr/src/Makefile has additional targets needed for cross
compilation.
This commit is contained in:
Thomas Veerman
2012-06-06 14:46:00 +00:00
parent 2ed11343a6
commit c8a0e2f4c6
140 changed files with 26869 additions and 0 deletions

3
tools/compat/sys/null.h Normal file
View File

@@ -0,0 +1,3 @@
/* $NetBSD: null.h,v 1.1 2007/07/19 13:49:12 jmmv Exp $ */
#include "../../../sys/sys/null.h"

3
tools/compat/sys/queue.h Normal file
View File

@@ -0,0 +1,3 @@
/* $NetBSD: queue.h,v 1.1 2002/01/21 20:04:37 tv Exp $ */
#include "../../../sys/sys/queue.h"

View File

@@ -0,0 +1,3 @@
/* $NetBSD: rmd160.h,v 1.1 2006/10/27 22:32:45 mrg Exp $ */
#include "../../../sys/sys/rmd160.h"

5
tools/compat/sys/sha1.h Normal file
View File

@@ -0,0 +1,5 @@
/* $NetBSD: sha1.h,v 1.1 2006/10/29 06:17:08 dogcow Exp $ */
/* We unconditionally use the NetBSD SHA1 in libnbcompat. */
#include "nbtool_config.h"
#include "../../sys/sys/sha1.h"

3
tools/compat/sys/sha2.h Normal file
View File

@@ -0,0 +1,3 @@
/* $NetBSD: sha2.h,v 1.1 2006/10/27 22:32:45 mrg Exp $ */
#include "../../../sys/sys/sha2.h"

View File

@@ -0,0 +1,3 @@
/* $NetBSD: verified_exec.h,v 1.1 2006/12/20 22:03:20 agc Exp $ */
#include "../../sys/sys/verified_exec.h"