diff options
author | Bernhard Reutner-Fischer | 2006-10-20 12:21:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-10-20 12:21:17 +0000 |
commit | dd2982882bb192ea757f32514bc2ea0bc96f5ba0 (patch) | |
tree | 6672440556e969fe74012a98805e617023c97b9a | |
parent | b79b87a30f9c96edc49b05f04b087ae22a2f4736 (diff) | |
download | busybox-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.zip busybox-dd2982882bb192ea757f32514bc2ea0bc96f5ba0.tar.gz |
- remove duplicate flags (-funsigned-char -fno-builtin-strlen)
-rw-r--r-- | Makefile.flags | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.flags b/Makefile.flags index 200cf70..12c5d58 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 |