From: "Vladimir N. Oleynik" Date: Mon, 23 Jan 2006 13:47:36 +0000 (-0000) Subject: ash with -funsigned-char don`t work! X-Git-Tag: 1_1_0~320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0ae702b0e2f9484dc4811b6fefea32cae074ddc;p=platform%2Fupstream%2Fbusybox.git ash with -funsigned-char don`t work! --- diff --git a/Rules.mak b/Rules.mak index 6fd0fb2..f153d43 100644 --- a/Rules.mak +++ b/Rules.mak @@ -124,7 +124,7 @@ export MAKE_IS_SILENT=y SECHO=-@false endif -CFLAGS+=$(call check_gcc,-funsigned-char,) +#CFLAGS+=$(call check_gcc,-funsigned-char,) CFLAGS+=$(call check_gcc,-mmax-stack-frame=256,)