Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | build system: add PIE build option | Denis Vlasenko | |
2008-06-02 | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko | |
2008-05-08 | - forgot to pull in arch-specific tweaks | Bernhard Reutner-Fischer | |
2008-04-12 | Makefile.IMA: generate autoconf.h if needed | Denis Vlasenko | |
Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k. | |||
2008-04-11 | - fix detection of whole-program | Bernhard Reutner-Fischer | |
It helps if we first pull in the function we use for testing flags ;) | |||
2008-04-11 | - also use the incoming LDFLAGS and EXTRA_LDFLAGS | Bernhard Reutner-Fischer | |
This isn't perfect since it will barf on linker flags with two args like -Wl,z,now et al. | |||
2008-04-11 | - erm sorry. no ipsvd here | Bernhard Reutner-Fischer | |
2008-04-11 | - add ipsvd | Bernhard Reutner-Fischer | |
2008-04-11 | fix build with gcc -combine | Denis Vlasenko | |
2008-04-11 | - add printutils and util-linux/volume_id | Bernhard Reutner-Fischer | |
- pull in Kbuild.includes | |||
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | |
*/Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped | |||
2008-01-11 | - add ipsvd | Bernhard Reutner-Fischer | |
2007-06-22 | - handy to have the cross_compile block here, too | Bernhard Reutner-Fischer | |
2007-05-15 | - busybox.c was removed a while ago | Bernhard Reutner-Fischer | |
2007-03-09 | - add selinux applets to the IMA workaround | Bernhard Reutner-Fischer | |
2007-02-12 | - check if the compiler supports -fwhole-program -- 4.0 does not | Bernhard Reutner-Fischer | |
2007-02-02 | - minor tweak | Bernhard Reutner-Fischer | |
2007-01-23 | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | |
Nice for catching eventual breakage early on.. |