diff options
author | "Vladimir N. Oleynik" | 2006-01-23 13:47:36 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2006-01-23 13:47:36 +0000 |
commit | e0ae702b0e2f9484dc4811b6fefea32cae074ddc (patch) | |
tree | 3893c643f912813c3af25c34c0c28467311a7881 /Rules.mak | |
parent | b757699164f80981c661bf0ddc44b9e4d95a6122 (diff) | |
download | busybox-e0ae702b0e2f9484dc4811b6fefea32cae074ddc.zip busybox-e0ae702b0e2f9484dc4811b6fefea32cae074ddc.tar.gz |
ash with -funsigned-char don`t work!
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,) |