aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.IMA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build system: add PIE build optionDenis Vlasenko2008-06-041-3/+3
|
* Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko2008-06-021-8/+21
|
* - forgot to pull in arch-specific tweaksBernhard Reutner-Fischer2008-05-081-0/+9
|
* Makefile.IMA: generate autoconf.h if neededDenis Vlasenko2008-04-121-5/+20
| | | | | | Makefile.IMA: use ld -gc-collect on gc -combine result (by using trylink script). Saves ~3k.
* - fix detection of whole-programBernhard Reutner-Fischer2008-04-111-1/+1
| | | | It helps if we first pull in the function we use for testing flags ;)
* - also use the incoming LDFLAGS and EXTRA_LDFLAGSBernhard Reutner-Fischer2008-04-111-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 hereBernhard Reutner-Fischer2008-04-111-3/+0
|
* - add ipsvdBernhard Reutner-Fischer2008-04-111-0/+3
|
* fix build with gcc -combineDenis Vlasenko2008-04-111-3/+11
|
* - add printutils and util-linux/volume_idBernhard Reutner-Fischer2008-04-111-19/+36
| | | | - pull in Kbuild.includes
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-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 ipsvdBernhard Reutner-Fischer2008-01-111-0/+3
|
* - handy to have the cross_compile block here, tooBernhard Reutner-Fischer2007-06-221-2/+10
|
* - busybox.c was removed a while agoBernhard Reutner-Fischer2007-05-151-3/+4
|
* - add selinux applets to the IMA workaroundBernhard Reutner-Fischer2007-03-091-0/+3
|
* - check if the compiler supports -fwhole-program -- 4.0 does notBernhard Reutner-Fischer2007-02-121-2/+2
|
* - minor tweakBernhard Reutner-Fischer2007-02-021-2/+3
|
* - add an unsupported makefile for IMA compilesBernhard Reutner-Fischer2007-01-231-0/+130
Nice for catching eventual breakage early on..