summaryrefslogtreecommitdiff
path: root/toolchain/binutils
AgeCommit message (Collapse)Author
2010-02-25gmp/mpfr: make sure host builds add source targets to HOST_SOURCEPeter Korsgaard
Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-14binutils: remove external source patchesThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14binutils: remove support for external source toolchainsThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14binutils: do not allow selection of non-avr32 versions on AVR32Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-14binutils: add avr32 special versionThomas Petazzoni
* Add a new binutils version 2.18-avr32-1.0.1 to the Config.in * Use a different site to download avr32 binutils version in binutils.mk * Only apply patches from the patch directory if it exists in binutils.mk Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-04binutils: get rid of ancient versionsPeter Korsgaard
Get rid of 2.17.50.0.17, 2.18.50.0.{1,3,6,8}. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-04binutils: default to 2.20, mark 2.19 as deprecatedPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-04toolchain: get rid of unused gcc 3.x legacy handlingPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-04Add binutils 2.20Gustavo Zacarias
Closes #761. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-22toolchain/binutils: make sure target-binutils runs after busyboxPeter Korsgaard
Closes #597 Ensure that binutils-target runs after busybox if enabled, so it can overwrite the busybox symlink for ar if that applet is enabled. 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-09-05toolchain: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24toolchain: xtensa toolchain patch supportMaxim Grigoriev
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-07binutils: undeprecate 2.18 for avr32Peter Korsgaard
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet.
2009-03-05binutils: really remove ancient dirs (missing from r25067, git-svn issue)Peter Korsgaard
2009-03-05binutils: really add 2.19.1 patches (missing from r25513).Peter Korsgaard
2009-03-03binutils: remove handling of ancient versionsPeter Korsgaard
2009-03-03binutils: add 2.19.1Peter Korsgaard
2009-03-03binutils: 2.17: fix makeinfo 4.xx checkPeter Korsgaard
Fixes #111.
2009-02-10binutils: depend on static version of gmp/mpfrPeter Korsgaard
2009-01-30Extend External Toolchain options (match buildroot built toolchain): Daniel Laird
Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-26toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patchesPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-05add .empty files for git-svnPeter Korsgaard
git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
2009-01-03Fix binutils Config for AVR32 (hopefully final version)Ulf Samuelsson
2009-01-03one more fix of binutils config for AVR32 toolchainUlf Samuelsson
2009-01-03Unbreak AVR32 toolchain, by making binutils-2.17 availableUlf Samuelsson
2009-01-02toolchain/binutils: fix up avr32 related fallout of r24474Peter Korsgaard
It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible.
2008-12-20Add updated binutils-2.18 prepatched toolchain for AVR32Ulf Samuelsson
2008-12-18toolchain/binutils: fix non-sysroot buildPeter Korsgaard
2008-12-09binutils: revert bad commit 24343Hans-Christian Egtvedt
This reverst the commit 24343, the original state was indeed correct. Blame goes to my bad sight and too hasty decisions.
2008-12-09binutils: fix typo for detecting if BINUTILS_NO_MPFR is not setHans-Christian Egtvedt
Make the ifndef check the actual variable, typo bug.
2008-12-05toolchain/binutils: add 2.19Peter Korsgaard
Based on 9cd8638d / b86af9a1 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: accept sh?-*-*Peter Korsgaard
Based on 3ed6c5b5 in Bernhard's tree.
2008-12-05toolchain/binutils/2.18.50.0.9: add patch for PR6878Peter Korsgaard
Based on b5451979 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.9Peter Korsgaard
Based on 713e7e46 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.8Peter Korsgaard
Based on 1c493ff1 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.6Peter Korsgaard
Based on 45b89c54 / beede0ba in Bernhard's tree.
2008-12-05toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGESPeter Korsgaard
Based on b157db55 in Bernhard's tree.
2008-12-05toolchain/binutils: let make expand wildcards instead of the shellPeter Korsgaard
Based on f97ce837 in Bernhard's tree.
2008-12-05toolchain/binutils: add 2.18.50.0.3Peter Korsgaard
Based on b2b5d9f2 in Bernhard's tree.
2008-12-05toolchain/*: use CONFIG_UPDATEPeter Korsgaard
Based on e0e0945e in Bernhard's tree.
2008-10-26toolhain/: confgure: respect quiet optionPeter Korsgaard
2008-07-04Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson
locations for prepatched toolchain to be under the toolchain directory
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-03-29Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-11fixed path problemJohn Voltz
2008-03-11buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard
Patch by Nigel Kukard.