support BSD/OS 3.1 with gcc2, 10x replaced@tnf

except MAP_FAILED not being defined, no issues
This commit is contained in:
tg
2008-03-23 20:55:18 +00:00
parent d18e58e74d
commit 26ba2854a2
2 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.295 2008/03/23 20:21:24 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.296 2008/03/23 20:55:17 tg Exp $'
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
@@ -274,6 +274,8 @@ AIX)
fi
: ${LIBS='-lcrypt'}
;;
BSD/OS)
;;
CYGWIN*)
;;
Darwin)