From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Date: Fri, 20 Oct 2006 12:21:17 +0000 (-0000) Subject: - remove duplicate flags (-funsigned-char -fno-builtin-strlen) X-Git-Tag: 1_4_0~492 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd2982882bb192ea757f32514bc2ea0bc96f5ba0;p=oweals%2Fbusybox.git - remove duplicate flags (-funsigned-char -fno-builtin-strlen) --- 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