diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-20 12:21:17 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-20 12:21:17 +0000 |
commit | 753fc33dda8a58173631650d3218e6f7b51ea58d (patch) | |
tree | 6672440556e969fe74012a98805e617023c97b9a | |
parent | f07360e0f627adb247870595f7db5e824d326ed5 (diff) | |
download | busybox-w32-753fc33dda8a58173631650d3218e6f7b51ea58d.tar.gz busybox-w32-753fc33dda8a58173631650d3218e6f7b51ea58d.tar.bz2 busybox-w32-753fc33dda8a58173631650d3218e6f7b51ea58d.zip |
- remove duplicate flags (-funsigned-char -fno-builtin-strlen)
git-svn-id: svn://busybox.net/trunk/busybox@16411 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile.flags | 3 |
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 \ | ||