c8a0e2f4c6
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.
7 lines
181 B
C
7 lines
181 B
C
/* $NetBSD: db.h,v 1.4 2006/10/16 19:44:23 apb Exp $ */
|
|
|
|
#include "nbtool_config.h"
|
|
#ifndef __BIT_TYPES_DEFINED__
|
|
#define __BIT_TYPES_DEFINED__
|
|
#endif
|
|
#include "../../include/db.h"
|