summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/elf2flt.mk
AgeCommit message (Collapse)Author
2009-01-28fix configuration wrt elf2fltPeter Korsgaard
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>
2009-01-28elf2flt: fix linkPeter Korsgaard
Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
2008-12-08toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-05toolchain/*: use CONFIG_UPDATEPeter Korsgaard
Based on e0e0945e in Bernhard's tree.
2007-12-11enable symlinks for the elft2flt binariesIvan Kuten
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2006-04-29fix by hootsmon to make sure the includes are found properly #855Mike Frysinger
2006-01-10initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger