summaryrefslogtreecommitdiff
path: root/Makefile.flags
Commit message (Collapse)AuthorAgeFilesLines
...
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+4
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* add -fpic to CC flags when we build libbusybox (14% smaller .so)Denis Vlasenko2007-10-111-0/+6
|
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 3Denis Vlasenko2007-10-071-1/+2
|
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 2Denis Vlasenko2007-10-071-8/+5
|
* login: optional support for PAMDenis Vlasenko2007-08-211-3/+5
|
* Modify method of linking against libs. Now we fisrt try allDenis Vlasenko2007-07-171-3/+10
| | | | | | | | specified libs, and if it succeeds, we try to remove them one-by-one. If link succeeds, then library is thrown out. Should solve the problem with SELinux linking in libsepol even when not needed.
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-2/+2
|
* since we removed the deprecated matches() now and thus not alot of warnings ↵Bernhard Reutner-Fischer2007-06-211-0/+3
| | | | | | are currently seen, let's strive to fixup these: - warn a little bit about unused results
* punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger2007-06-191-1/+8
|
* moved biggest stack buffers to malloc space, or made their size configurableDenis Vlasenko2007-06-101-0/+1
| | | | | | | | | | | | | | | | | (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
* set default FLTFLAGS for a fatty stackMike Frysinger2007-04-051-0/+3
|
* introduce the concept of LDLIBS for additional libraries so that when we do ↵Mike Frysinger2007-03-301-3/+3
| | | | the final link, the objects/libraries are in the correct order
* - reinstate dmalloc and efence supportBernhard Reutner-Fischer2007-03-281-0/+9
|
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-0/+4
|
* add -Wwrite-strings to MakefileDenis Vlasenko2007-02-011-4/+4
|
* disable -Wold-style-definition for gcc 3.xDenis Vlasenko2007-01-291-1/+7
|
* make it possible to build bbox without warnings again.Denis Vlasenko2007-01-271-4/+14
|
* Make -Werror configurableDenis Vlasenko2007-01-271-2/+7
|
* - call cc-option to check if the compiler supports the flags we asked to useBernhard Reutner-Fischer2007-01-231-11/+10
|
* - add more strict prototype checking to catch wrong and broken code (like ↵Bernhard Reutner-Fischer2007-01-221-1/+7
| | | | nested functions)
* - guess we need dl tooBernhard Reutner-Fischer2007-01-081-1/+1
|
* - set LD to ldBernhard Reutner-Fischer2007-01-081-1/+4
| | | | - simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC
* - honor CONFIG_DEBUGBernhard Reutner-Fischer2006-12-131-0/+6
|
* - better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer2006-12-061-1/+3
|
* added gcc flag which is needed for ULLONG_MAX to appearDenis Vlasenko2006-11-261-0/+3
| | | | on Tito's box
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
|
* - remove duplicate flags (-funsigned-char -fno-builtin-strlen)Bernhard Reutner-Fischer2006-10-201-2/+1
|
* nmeter: new applet. ~4kDenis Vlasenko2006-10-111-2/+1
| | | | Fix build proble on x86_64
* build system: fix for non-i386 buildsDenis Vlasenko2006-10-091-2/+2
|
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-13/+13
|
* build system overhaulDenis Vlasenko2006-10-051-0/+19