summaryrefslogtreecommitdiff
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-w32-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.tar.gz
busybox-w32-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.tar.bz2
busybox-w32-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.zip
- 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 += \
14 -Wall -Wstrict-prototypes -Wshadow -Werror \ 14 -Wall -Wstrict-prototypes -Wshadow -Werror \
15 -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \ 15 -funsigned-char -fno-builtin-strlen -finline-limit=0 -static-libgcc \
16 -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \ 16 -Os -falign-functions=1 -falign-jumps=1 -falign-loops=1 \
17 -fomit-frame-pointer -ffunction-sections -fdata-sections \ 17 -fomit-frame-pointer -ffunction-sections -fdata-sections
18 -funsigned-char -fno-builtin-strlen \