From 6c47b381c2b37627b82ecc900658f6983484ad87 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 7 Sep 2007 21:58:40 +0000 Subject: [PATCH] =?UTF-8?q?testing=20with=20the=20Heirloom=20sh=20found=20?= =?UTF-8?q?this=E2=80=A6=20d=E2=80=99oh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 8be6fa5..74e9d9c 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.251 2007/08/12 13:42:19 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.252 2007/09/07 21:58:40 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 @@ -499,7 +499,7 @@ elif test $ct = hpcc; then elif test $ct = xlc; then ac_flags 1 othree "-O3 -qstrict" test 1 = $HAVE_CAN_OTHREE || ac_flags 1 otwo -O2 -elif test $ct = tcc || $ct = tendra; then +elif test $ct = tcc || test $ct = tendra; then : no special optimisation else ac_flags 1 otwo -O2