Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -2/+2 |
| | | | | | | | | To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | fix configuration wrt elf2flt | Peter Korsgaard | 2009-01-28 | 1 | -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 link | Peter Korsgaard | 2009-01-28 | 1 | -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 Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | 2008-12-05 | 1 | -0/+1 |
| | | | | Based on e0e0945e in Bernhard's tree. | ||||
* | enable symlinks for the elft2flt binaries | Ivan Kuten | 2007-12-11 | 1 | -0/+3 |
| | |||||
* | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | fix by hootsmon to make sure the includes are found properly #855 | Mike Frysinger | 2006-04-29 | 1 | -0/+1 |
| | |||||
* | initial attempt at adding elf2flt support based upon marcs work in Bug 273 | Mike Frysinger | 2006-01-10 | 1 | -0/+48 |