From eabd2931520ec87efb33b58f876d8a3e53516714 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 5 Sep 2013 16:03:46 +0200 Subject: [PATCH] bugfix: build.sh cross-compile on NetBSD host As kindly reported by Nishimura Toru, the fix is quite simple. cf: https://groups.google.com/d/msg/minix3/v3yejSogDqY/0TZxzpIHOzUJ Change-Id: Ibdba8847982e93872217a6e736f50d4c90630e7a --- tools/compat/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compat/configure b/tools/compat/configure index 1fa623085..5c595c4d8 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -1869,7 +1869,7 @@ echo $ECHO_N "checking for MINIX3... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF #line 1870 "configure" #include "confdefs.h" -#ifdef __minix +#if defined(__minix) || defined(__NetBSD__) yes #endif