Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-23 16:47:36 +0300
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-23 16:47:36 +0300
commite0ae702b0e2f9484dc4811b6fefea32cae074ddc (patch)
tree3893c643f912813c3af25c34c0c28467311a7881 /Rules.mak
parentb757699164f80981c661bf0ddc44b9e4d95a6122 (diff)
ash with -funsigned-char don`t work!
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 6fd0fb2d7..f153d431f 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,)