some more not-so working platforms

can't extend the working ones better since my UWIN decided to break
after MSVC++ Expreß seems to have “upgraded” some libraries… *sigh*
This commit is contained in:
tg 2007-07-24 21:54:46 +00:00
parent b20e5a90ce
commit 7374f12176
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.244 2007/07/24 21:47:13 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.245 2007/07/24 21:54:46 tg Exp $
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
@ -293,6 +293,11 @@ NetBSD)
;;
OpenBSD)
;;
Plan9)
CPPFLAGS="$CPPFLAGS -D_POSIX_SOURCE -D_LIMITS_EXTENSION"
CPPFLAGS="$CPPFLAGS -D_BSD_EXTENSION -D_SUSV2_SOURCE -D__Plan9__"
warn=' and will currently not work'
;;
PW32*)
cat >stdint.h <<-'EOF'
typedef signed char int8_t;