summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
AgeCommit message (Collapse)Author
2011-09-17support: move package/gnuconfig to support/gnuconfigThomas Petazzoni
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>
2011-07-18sh: Fix Buildroot sh targets to match gnuconfig targetsPhil Edworthy
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>
2010-03-30get rid of broken nios2 supportPeter Korsgaard
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>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
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>
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth
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>
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.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-16elf2flt: only allow it to be selected on supported archsPeter Korsgaard
2007-12-11enable symlinks for the elft2flt binariesIvan Kuten
2007-11-23update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵Ivan Kuten
sources from Altera, and removes obsolete patches
2007-11-09update elf2flt nios2 support, thanks atleIvan Kuten
2007-11-08fix typo in elf2flt, thanks atleIvan Kuten
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-01-28pull from uClinux CVSMike Frysinger
2006-04-29fix by hootsmon to make sure the includes are found properly #855Mike Frysinger
2006-02-15disable elf2flt on unsupported hostsMike Frysinger
2006-02-06sync with upstream cvsMike Frysinger
2006-01-15much simpler version by Thomas ChouMike Frysinger
2006-01-15Thomas Chou says in bug 618: fix relocation error on nios2Mike Frysinger
2006-01-13script to generate tarballsMike Frysinger
2006-01-13sync with upstreamMike Frysinger
2006-01-11ignore .svnMike Frysinger
2006-01-10initial attempt at adding elf2flt support based upon marcs work in Bug 273Mike Frysinger