From 36199d66abb5bc6e3189c470d0b8270e7967b1f4 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 26 Mar 2012 19:54:54 +0000 Subject: [PATCH] RT confirmed we need this workaround on SCO OpenServer 6.0 --- Build.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 78326f6..676a1f2 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.513 2012/03/26 19:48:06 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.514 2012/03/26 19:54:54 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -569,6 +569,13 @@ QNX) esac : ${HAVE_SETLOCALE_CTYPE=0} ;; +SCO_SV) + # it is quite sure that sys_siglist[] is broken + # (it returns non mappable address) + : ${HAVE_SYS_SIGLIST=0} ${HAVE__SYS_SIGLIST=0} + # need test logs + oswarn='; it may or may not work' + ;; skyos) oswarn="; it has minor issues" ;; @@ -1297,7 +1304,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.513 2012/03/26 19:48:06 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.514 2012/03/26 19:54:54 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in