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:
5
tools/compat/crypto/rmd160.h
Normal file
5
tools/compat/crypto/rmd160.h
Normal file
@@ -0,0 +1,5 @@
|
||||
/* $NetBSD: rmd160.h,v 1.2 2006/10/27 22:32:45 mrg Exp $ */
|
||||
|
||||
/* We unconditionally use the NetBSD RMD160 in libnbcompat. */
|
||||
#include "nbtool_config.h"
|
||||
#include "../../sys/sys/rmd160.h"
|
||||
5
tools/compat/crypto/sha2.h
Normal file
5
tools/compat/crypto/sha2.h
Normal file
@@ -0,0 +1,5 @@
|
||||
/* $NetBSD: sha2.h,v 1.2 2006/10/27 22:32:45 mrg Exp $ */
|
||||
|
||||
/* We unconditionally use the NetBSD SHA2 in libnbcompat. */
|
||||
#include "nbtool_config.h"
|
||||
#include "../../../sys/sys/sha2.h"
|
||||
Reference in New Issue
Block a user