aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-10-20 12:21:17 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-10-20 12:21:17 +0000
commitdd2982882bb192ea757f32514bc2ea0bc96f5ba0 (patch)
tree6672440556e969fe74012a98805e617023c97b9a /Makefile.flags
parentb79b87a30f9c96edc49b05f04b087ae22a2f4736 (diff)
downloadbusybox-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.tar.gz
- remove duplicate flags (-funsigned-char -fno-builtin-strlen)
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 200cf70c7..12c5d58dd 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -14,5 +14,4 @@ CPPFLAGS += \
-Wall -Wstrict-prototypes -Wshadow -Werror \
-funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \
-Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \
- -fomit-frame-pointer -ffunction-sections -fdata-sections \
- -funsigned-char -fno-builtin-strlen \
+ -fomit-frame-pointer -ffunction-sections -fdata-sections