Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build system: add PIE build option | Denis Vlasenko | 2008-06-04 | 1 | -3/+3 |
| | |||||
* | Reinstate CONFIG_CROSS_COMPILE_PREFIX | Denis Vlasenko | 2008-06-02 | 1 | -8/+21 |
| | |||||
* | - forgot to pull in arch-specific tweaks | Bernhard Reutner-Fischer | 2008-05-08 | 1 | -0/+9 |
| | |||||
* | Makefile.IMA: generate autoconf.h if needed | Denis Vlasenko | 2008-04-12 | 1 | -5/+20 |
| | | | | | | Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k. | ||||
* | - fix detection of whole-program | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -1/+1 |
| | | | | It helps if we first pull in the function we use for testing flags ;) | ||||
* | - also use the incoming LDFLAGS and EXTRA_LDFLAGS | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -0/+2 |
| | | | | This isn't perfect since it will barf on linker flags with two args like -Wl,z,now et al. | ||||
* | - erm sorry. no ipsvd here | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -3/+0 |
| | |||||
* | - add ipsvd | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -0/+3 |
| | |||||
* | fix build with gcc -combine | Denis Vlasenko | 2008-04-11 | 1 | -3/+11 |
| | |||||
* | - add printutils and util-linux/volume_id | Bernhard Reutner-Fischer | 2008-04-11 | 1 | -19/+36 |
| | | | | - pull in Kbuild.includes | ||||
* | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | 2008-03-17 | 1 | -3/+0 |
| | | | | | | | | | | | | | | */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 | ||||
* | - add ipsvd | Bernhard Reutner-Fischer | 2008-01-11 | 1 | -0/+3 |
| | |||||
* | - handy to have the cross_compile block here, too | Bernhard Reutner-Fischer | 2007-06-22 | 1 | -2/+10 |
| | |||||
* | - busybox.c was removed a while ago | Bernhard Reutner-Fischer | 2007-05-15 | 1 | -3/+4 |
| | |||||
* | - add selinux applets to the IMA workaround | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -0/+3 |
| | |||||
* | - check if the compiler supports -fwhole-program -- 4.0 does not | Bernhard Reutner-Fischer | 2007-02-12 | 1 | -2/+2 |
| | |||||
* | - minor tweak | Bernhard Reutner-Fischer | 2007-02-02 | 1 | -2/+3 |
| | |||||
* | - add an unsupported makefile for IMA compiles | Bernhard Reutner-Fischer | 2007-01-23 | 1 | -0/+130 |
Nice for catching eventual breakage early on.. |