summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-2/+2
| | | | | | | | | | 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-6/+6
| | | | | | | | 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>
* toolchain: use qstripThomas Petazzoni2009-09-051-4/+2
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain: xtensa toolchain patch supportMaxim Grigoriev2009-07-241-1/+6
| | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* binutils: undeprecate 2.18 for avr32Peter Korsgaard2009-03-071-1/+1
| | | | | As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet.
* binutils: really remove ancient dirs (missing from r25067, git-svn issue)Peter Korsgaard2009-03-055-39770/+0
|
* binutils: really add 2.19.1 patches (missing from r25513).Peter Korsgaard2009-03-054-0/+111
|
* binutils: remove handling of ancient versionsPeter Korsgaard2009-03-031-24/+0
|
* binutils: add 2.19.1Peter Korsgaard2009-03-032-1/+12
|
* binutils: 2.17: fix makeinfo 4.xx checkPeter Korsgaard2009-03-031-0/+17
| | | | Fixes #111.
* binutils: depend on static version of gmp/mpfrPeter Korsgaard2009-02-101-2/+2
|
* Extend External Toolchain options (match buildroot built toolchain): Daniel Laird2009-01-301-1/+0
| | | | | | | | | | 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>
* toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patchesPeter Korsgaard2009-01-2699-7800/+0
|
* toolchain/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* add .empty files for git-svnPeter Korsgaard2009-01-054-0/+0
| | | | | | | | 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.
* Fix binutils Config for AVR32 (hopefully final version)Ulf Samuelsson2009-01-031-6/+2
|
* one more fix of binutils config for AVR32 toolchainUlf Samuelsson2009-01-031-1/+1
|
* Unbreak AVR32 toolchain, by making binutils-2.17 availableUlf Samuelsson2009-01-031-0/+4
|
* toolchain/binutils: fix up avr32 related fallout of r24474Peter Korsgaard2009-01-021-2/+2
| | | | | It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible.
* Add updated binutils-2.18 prepatched toolchain for AVR32Ulf Samuelsson2008-12-201-2/+3
|
* toolchain/binutils: fix non-sysroot buildPeter Korsgaard2008-12-181-2/+2
|
* binutils: revert bad commit 24343Hans-Christian Egtvedt2008-12-091-1/+1
| | | | | | This reverst the commit 24343, the original state was indeed correct. Blame goes to my bad sight and too hasty decisions.
* binutils: fix typo for detecting if BINUTILS_NO_MPFR is not setHans-Christian Egtvedt2008-12-091-1/+1
| | | | | Make the ifndef check the actual variable, typo bug.
* toolchain/binutils: add 2.19Peter Korsgaard2008-12-056-3/+125
| | | | Based on 9cd8638d / b86af9a1 in Bernhard's tree.
* toolchain/binutils/2.18.50.0.9: accept sh?-*-*Peter Korsgaard2008-12-051-0/+42
| | | | Based on 3ed6c5b5 in Bernhard's tree.
* toolchain/binutils/2.18.50.0.9: add patch for PR6878Peter Korsgaard2008-12-051-0/+68
| | | | Based on b5451979 in Bernhard's tree.
* toolchain/binutils: add 2.18.50.0.9Peter Korsgaard2008-12-054-0/+75
| | | | Based on 713e7e46 in Bernhard's tree.
* toolchain/binutils: add 2.18.50.0.8Peter Korsgaard2008-12-054-0/+75
| | | | Based on 1c493ff1 in Bernhard's tree.
* toolchain/binutils: add 2.18.50.0.6Peter Korsgaard2008-12-054-0/+74
| | | | Based on 45b89c54 / beede0ba in Bernhard's tree.
* toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGESPeter Korsgaard2008-12-051-2/+11
| | | | Based on b157db55 in Bernhard's tree.
* toolchain/binutils: let make expand wildcards instead of the shellPeter Korsgaard2008-12-051-8/+4
| | | | Based on f97ce837 in Bernhard's tree.
* toolchain/binutils: add 2.18.50.0.3Peter Korsgaard2008-12-054-2/+80
| | | | Based on b2b5d9f2 in Bernhard's tree.
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-051-1/+1
| | | | Based on e0e0945e in Bernhard's tree.
* toolhain/: confgure: respect quiet optionPeter Korsgaard2008-10-261-0/+1
|
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-041-1/+2
| | | | locations for prepatched toolchain to be under the toolchain directory
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-5/+5
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Remove binutils AVR32 patches duplicating external sourceUlf Samuelsson2008-03-293-111234/+0
|
* buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard2008-03-111-1/+1
| | | | Based on patch by Nigel Kukard.
* fixed path problemJohn Voltz2008-03-111-7/+7
|
* buildroot: Use BR2_GNU_MIRROR everywherePeter Korsgaard2008-03-111-7/+7
| | | | Patch by Nigel Kukard.
* toolchain updatesJohn Voltz2008-03-063-0/+111234
|
* Copy patch needed for dynamic loader strings and config targets."Steven J. Hill"2008-02-251-0/+139
|
* Fix 'makeinfo' failure."Steven J. Hill"2008-02-251-0/+16
|
* New patches for the makeinfo bug to older binutils."Steven J. Hill"2008-01-262-0/+64
|
* nios2: remove empty files, thanks to Atle NissestadIvan Kuten2007-11-231-0/+0
|
* update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵Ivan Kuten2007-11-232-1328/+1909
| | | | sources from Altera, and removes obsolete patches
* update binutils nios2 support, thanks atleIvan Kuten2007-11-092-0/+21
|
* Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson2007-10-131-0/+1
| | | | (cross-fingers)
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-2/+2
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - fix texinfo version check. The next release will most likely supercede theseBernhard Reutner-Fischer2007-09-282-0/+64
|