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
This commit is contained in:
Lionel Sambuc 2013-09-05 16:03:46 +02:00
parent 0a9eab0bb6
commit eabd293152

View file

@ -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