cppflags for Minix 3

This commit is contained in:
tg 2007-03-04 04:45:36 +00:00
parent 0a20bb8dd4
commit 2cbd686fc4
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.158 2007/03/04 04:36:45 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.159 2007/03/04 04:45:36 tg Exp $
#-
# Environment used: CC CFLAGS CPP CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
@ -211,6 +211,11 @@ Linux)
test def = $s && s=pam
: ${HAVE_REVOKE=0}
;;
Minix)
CPPFLAGS="$CPPFLAGS -DNSIG=_NSIG -D_MINIX -D_POSIX_SOURCE"
warn=' but might work with gcc
(not with ACK yet)'
;;
MirBSD)
;;
NetBSD)