Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | elf2flt: only allow it to be selected on supported archs | Peter Korsgaard | 2008-06-16 | 1 | -3/+1 |
| | |||||
* | enable symlinks for the elft2flt binaries | Ivan Kuten | 2007-12-11 | 1 | -0/+3 |
| | |||||
* | update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵ | Ivan Kuten | 2007-11-23 | 1 | -3/+8 |
| | | | | sources from Altera, and removes obsolete patches | ||||
* | update elf2flt nios2 support, thanks atle | Ivan Kuten | 2007-11-09 | 1 | -1/+30 |
| | |||||
* | fix typo in elf2flt, thanks atle | Ivan Kuten | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | pull from uClinux CVS | Mike Frysinger | 2007-01-28 | 8 | -478/+761 |
| | |||||
* | fix by hootsmon to make sure the includes are found properly #855 | Mike Frysinger | 2006-04-29 | 1 | -0/+1 |
| | |||||
* | disable elf2flt on unsupported hosts | Mike Frysinger | 2006-02-15 | 1 | -0/+1 |
| | |||||
* | sync with upstream cvs | Mike Frysinger | 2006-02-06 | 4 | -9/+22 |
| | |||||
* | much simpler version by Thomas Chou | Mike Frysinger | 2006-01-15 | 1 | -335/+13 |
| | |||||
* | Thomas Chou says in bug 618: fix relocation error on nios2 | Mike Frysinger | 2006-01-15 | 1 | -3/+0 |
| | |||||
* | script to generate tarballs | Mike Frysinger | 2006-01-13 | 2 | -0/+13 |
| | |||||
* | sync with upstream | Mike Frysinger | 2006-01-13 | 2 | -167/+167 |
| | |||||
* | ignore .svn | Mike Frysinger | 2006-01-11 | 1 | -0/+2 |
| | |||||
* | initial attempt at adding elf2flt support based upon marcs work in Bug 273 | Mike Frysinger | 2006-01-10 | 22 | -0/+14084 |