aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
AgeCommit message (Collapse)Author
2007-06-21since we removed the deprecated matches() now and thus not alot of warnings ↵Bernhard Reutner-Fischer
are currently seen, let's strive to fixup these: - warn a little bit about unused results
2007-06-19punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger
2007-06-10moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko
(8k of shell line edit buffer is an overkill) # make ARCH=i386 bloatcheck function old new delta read_line_input 3933 3967 +34 ifaddrlist 348 345 -3 do_loadfont 208 191 -17 edit_file 840 819 -21 .rodata 129112 129080 -32 uncompress 1305 1268 -37 loadfont_main 566 495 -71 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/6 up/down: 34/-181) Total: -147 bytes
2007-04-05set default FLTFLAGS for a fatty stackMike Frysinger
2007-03-30introduce the concept of LDLIBS for additional libraries so that when we do ↵Mike Frysinger
the final link, the objects/libraries are in the correct order
2007-03-28- reinstate dmalloc and efence supportBernhard Reutner-Fischer
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-02-01add -Wwrite-strings to MakefileDenis Vlasenko
2007-01-29disable -Wold-style-definition for gcc 3.xDenis Vlasenko
2007-01-27make it possible to build bbox without warnings again.Denis Vlasenko
2007-01-27Make -Werror configurableDenis Vlasenko
2007-01-23- call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer
2007-01-22- add more strict prototype checking to catch wrong and broken code (like ↵Bernhard Reutner-Fischer
nested functions)
2007-01-08- guess we need dl tooBernhard Reutner-Fischer
2007-01-08- set LD to ldBernhard Reutner-Fischer
- simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC
2006-12-13- honor CONFIG_DEBUGBernhard Reutner-Fischer
2006-12-06- better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer
2006-11-26added gcc flag which is needed for ULLONG_MAX to appearDenis Vlasenko
on Tito's box
2006-11-17add -Wundef, fix uncovered bugsDenis Vlasenko
2006-10-20- remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
Fix build proble on x86_64
2006-10-09build system: fix for non-i386 buildsDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-05build system overhaulDenis Vlasenko