summaryrefslogtreecommitdiff
path: root/toolchain/binutils
AgeCommit message (Collapse)Author
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.
2008-03-06toolchain updatesJohn Voltz
2008-02-25Copy patch needed for dynamic loader strings and config targets."Steven J. Hill"
2008-02-25Fix 'makeinfo' failure."Steven J. Hill"
2008-01-26New patches for the makeinfo bug to older binutils."Steven J. Hill"
2007-11-23nios2: remove empty files, thanks to Atle NissestadIvan 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 binutils nios2 support, thanks atleIvan Kuten
2007-10-13Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson
(cross-fingers)
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-28- fix texinfo version check. The next release will most likely supercede theseBernhard Reutner-Fischer
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
2007-09-26reinstate AVR32 toolchainUlf Samuelsson
2007-09-25- Schedule removal of ancient versions (configuration part).Bernhard Reutner-Fischer