Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-01 | buildroot: 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-23 | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael 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-05 | toolchain: use qstrip | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-07-24 | toolchain: xtensa toolchain patch support | Maxim Grigoriev | |
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-03-07 | binutils: undeprecate 2.18 for avr32 | Peter Korsgaard | |
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet. | |||
2009-03-05 | binutils: really remove ancient dirs (missing from r25067, git-svn issue) | Peter Korsgaard | |
2009-03-05 | binutils: really add 2.19.1 patches (missing from r25513). | Peter Korsgaard | |
2009-03-03 | binutils: remove handling of ancient versions | Peter Korsgaard | |
2009-03-03 | binutils: add 2.19.1 | Peter Korsgaard | |
2009-03-03 | binutils: 2.17: fix makeinfo 4.xx check | Peter Korsgaard | |
Fixes #111. | |||
2009-02-10 | binutils: depend on static version of gmp/mpfr | Peter Korsgaard | |
2009-01-30 | Extend 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-26 | toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches | Peter Korsgaard | |
2009-01-16 | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-05 | add .empty files for git-svn | Peter 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-03 | Fix binutils Config for AVR32 (hopefully final version) | Ulf Samuelsson | |
2009-01-03 | one more fix of binutils config for AVR32 toolchain | Ulf Samuelsson | |
2009-01-03 | Unbreak AVR32 toolchain, by making binutils-2.17 available | Ulf Samuelsson | |
2009-01-02 | toolchain/binutils: fix up avr32 related fallout of r24474 | Peter Korsgaard | |
It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible. | |||
2008-12-20 | Add updated binutils-2.18 prepatched toolchain for AVR32 | Ulf Samuelsson | |
2008-12-18 | toolchain/binutils: fix non-sysroot build | Peter Korsgaard | |
2008-12-09 | binutils: revert bad commit 24343 | Hans-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-09 | binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set | Hans-Christian Egtvedt | |
Make the ifndef check the actual variable, typo bug. | |||
2008-12-05 | toolchain/binutils: add 2.19 | Peter Korsgaard | |
Based on 9cd8638d / b86af9a1 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils/2.18.50.0.9: accept sh?-*-* | Peter Korsgaard | |
Based on 3ed6c5b5 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils/2.18.50.0.9: add patch for PR6878 | Peter Korsgaard | |
Based on b5451979 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: add 2.18.50.0.9 | Peter Korsgaard | |
Based on 713e7e46 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: add 2.18.50.0.8 | Peter Korsgaard | |
Based on 1c493ff1 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: add 2.18.50.0.6 | Peter Korsgaard | |
Based on 45b89c54 / beede0ba in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES | Peter Korsgaard | |
Based on b157db55 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: let make expand wildcards instead of the shell | Peter Korsgaard | |
Based on f97ce837 in Bernhard's tree. | |||
2008-12-05 | toolchain/binutils: add 2.18.50.0.3 | Peter Korsgaard | |
Based on b2b5d9f2 in Bernhard's tree. | |||
2008-12-05 | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | |
Based on e0e0945e in Bernhard's tree. | |||
2008-10-26 | toolhain/: confgure: respect quiet option | Peter Korsgaard | |
2008-07-04 | Add 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-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-03-29 | Remove binutils AVR32 patches duplicating external source | Ulf Samuelsson | |
2008-03-11 | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | |
Based on patch by Nigel Kukard. | |||
2008-03-11 | fixed path problem | John Voltz | |
2008-03-11 | buildroot: Use BR2_GNU_MIRROR everywhere | Peter Korsgaard | |
Patch by Nigel Kukard. | |||
2008-03-06 | toolchain updates | John Voltz | |
2008-02-25 | Copy patch needed for dynamic loader strings and config targets. | "Steven J. Hill" | |
2008-02-25 | Fix 'makeinfo' failure. | "Steven J. Hill" | |
2008-01-26 | New patches for the makeinfo bug to older binutils. | "Steven J. Hill" | |
2007-11-23 | nios2: remove empty files, thanks to Atle Nissestad | Ivan Kuten | |
2007-11-23 | update 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-09 | update binutils nios2 support, thanks atle | Ivan Kuten | |
2007-10-13 | Update 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 these | Bernhard Reutner-Fischer | |