From 407734d3055240cfffb71d6cb4ea849e18272499 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 22 May 2013 19:24:32 +0000 Subject: [PATCH] meh, wrong gcc flag --- Build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.sh b/Build.sh index 485cb47..c115e9b 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.634 2013/05/22 18:56:50 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.635 2013/05/22 19:24:32 tg Exp $' #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 @@ -1181,7 +1181,7 @@ i=0 if test $ct = gcc; then # The following tests run with -Werror (gcc only) if possible NOWARN=$DOWARN; phase=u - ac_flags 1 wnodeprecated -Wno-deprecated + ac_flags 1 wnodeprecateddecls -Wno-deprecated-declarations # mksh is not written in CFrustFrust! ac_flags 1 no_eh_frame -fno-asynchronous-unwind-tables ac_flags 1 fnostrictaliasing -fno-strict-aliasing @@ -1541,7 +1541,7 @@ else #define EXTERN #define MKSH_INCLUDES_ONLY #include "sh.h" - __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.634 2013/05/22 18:56:50 tg Exp $"); + __RCSID("$MirOS: src/bin/mksh/Build.sh,v 1.635 2013/05/22 19:24:32 tg Exp $"); int main(void) { printf("Hello, World!\n"); return (0); } EOF case $cm in