summaryrefslogtreecommitdiffstats
path: root/toolchain/elf2flt
Commit message (Collapse)AuthorAgeFilesLines
* elf2flt: fix after conversion of binutils to package infrastructureArnout Vandecappelle (Essensium/Mind)2012-03-181-5/+5
| | | | | | | | | | When binutils was converted to the package infrastructure (commit 009407e6b), the variable that elf2flt uses to find the binutils libraries disappeared. So use HOST_BINUTILS_DIR instead of BINUTILS_DIR1. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* support: move package/gnuconfig to support/gnuconfigThomas Petazzoni2011-09-171-1/+1
| | | | | | | | | | | | The CONFIG_UPDATE macro is no longer defined in package/gnuconfig/gnuconfig.mk, but instead in package/Makefile.autotools.in. It it also changed a little bit to take the directory of the package sources as argument, and the AUTOTARGETS infrastructure is updated to use this macro. [Peter: drop echo in CONFIG_UPDATE] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sh: Fix Buildroot sh targets to match gnuconfig targetsPhil Edworthy2011-07-181-4/+4
| | | | | | | | | | | | | | sh2eb and sh2a_nofpueb gnuconfig targets are no longer supported in Buildroot. This patch replaces these Buildroot targets with sh2 and sh2a respectively, and adds sh4a targets as these are widely used. To build for devices without an fpu, the relevant toolchain flags will have to be specified. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* get rid of broken nios2 supportPeter Korsgaard2010-03-302-52/+0Star
| | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth2009-09-231-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 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.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* elf2flt: only allow it to be selected on supported archsPeter Korsgaard2008-06-161-3/+1Star
|
* enable symlinks for the elft2flt binariesIvan Kuten2007-12-111-0/+3
|
* update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵Ivan Kuten2007-11-231-3/+8
| | | | sources from Altera, and removes obsolete patches
* update elf2flt nios2 support, thanks atleIvan Kuten2007-11-091-1/+30
|
* fix typo in elf2flt, thanks atleIvan Kuten2007-11-081-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-3/+3
|
* pull from uClinux CVSMike Frysinger2007-01-288-478/+761
|
* fix by hootsmon to make sure the includes are found properly #855Mike Frysinger2006-04-291-0/+1
|
* disable elf2flt on unsupported hostsMike Frysinger2006-02-151-0/+1
|
* sync with upstream cvsMike Frysinger2006-02-064-9/+22
|
* much simpler version by Thomas ChouMike Frysinger2006-01-151-335/+13Star
|
* Thomas Chou says in bug 618: fix relocation error on nios2Mike Frysinger2006-01-151-3/+0Star
|
* script to generate tarballsMike Frysinger2006-01-132-0/+13
|
* sync with upstreamMike Frysinger2006-01-132-167/+167
|
* ignore .svnMike Frysinger2006-01-111-0/+2
|
* initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger2006-01-1022-0/+14084