aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/elf2flt/elf2flt.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix configuration wrt elf2fltPeter Korsgaard2009-01-281-2/+2
| | | | | | | | | | The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
* elf2flt: fix linkPeter Korsgaard2009-01-281-0/+1
| | | | | Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
* toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-051-0/+1
| | | | Based on e0e0945e in Bernhard's tree.
* enable symlinks for the elft2flt binariesIvan Kuten2007-12-111-0/+3
|
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-3/+3
|
* fix by hootsmon to make sure the includes are found properly #855Mike Frysinger2006-04-291-0/+1
|
* initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger2006-01-101-0/+48