• GNU/Cygwin has, according to G**gle, only stubbed locale support, like

OpenBSD
• update testsuite results and clog, again
This commit is contained in:
tg 2008-05-11 14:47:04 +00:00
parent 4e53710a01
commit 512bee8c32
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.320 2008/05/10 03:16:07 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.321 2008/05/11 14:47:04 tg Exp $'
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
@ -280,6 +280,7 @@ AIX)
BSD/OS)
;;
CYGWIN*)
: ${HAVE_SETLOCALE_CTYPE=0}
;;
Darwin)
;;