From d7d41d92109c32694fa1032d425d260bcac57f39 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 3 Jan 2012 16:14:39 +0000 Subject: [PATCH] =?UTF-8?q?disable=20tcc=E2=80=99s=20bounds=20checker=20fo?= =?UTF-8?q?r=20now;=20fixes=20SIGSEGV-on-start=20on=20i386=20(Total=20fail?= =?UTF-8?q?ed:=200;=20Total=20passed:=20424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.sh b/Build.sh index a81f841..bfcf886 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.506 2012/01/03 16:03:22 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.507 2012/01/03 16:14:39 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 @@ -997,7 +997,7 @@ elif test $ct = tendra; then test 1 = $HAVE_CAN_YSYSTEM && CPPFLAGS="-Ysystem $CPPFLAGS" ac_flags 1 extansi -Xa elif test $ct = tcc; then - ac_flags 1 boundschk -b + #broken# ac_flags 1 boundschk -b elif test $ct = clang; then i=1 elif test $ct = nwcc; then @@ -1262,7 +1262,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.506 2012/01/03 16:03:22 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.507 2012/01/03 16:14:39 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in