From e0ae702b0e2f9484dc4811b6fefea32cae074ddc Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Mon, 23 Jan 2006 13:47:36 +0000 Subject: [PATCH] ash with -funsigned-char don`t work! --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,) -- 2.7.4