Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -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 qstrip | Thomas Petazzoni | 2009-09-05 | 1 | -4/+2 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | toolchain: xtensa toolchain patch support | Maxim Grigoriev | 2009-07-24 | 1 | -1/+6 |
| | | | | | | | Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | binutils: remove handling of ancient versions | Peter Korsgaard | 2009-03-03 | 1 | -24/+0 |
| | |||||
* | binutils: add 2.19.1 | Peter Korsgaard | 2009-03-03 | 1 | -0/+3 |
| | |||||
* | binutils: depend on static version of gmp/mpfr | Peter Korsgaard | 2009-02-10 | 1 | -2/+2 |
| | |||||
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | toolchain/binutils: fix non-sysroot build | Peter Korsgaard | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | binutils: revert bad commit 24343 | Hans-Christian Egtvedt | 2008-12-09 | 1 | -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 set | Hans-Christian Egtvedt | 2008-12-09 | 1 | -1/+1 |
| | | | | | Make the ifndef check the actual variable, typo bug. | ||||
* | toolchain/binutils: add 2.19 | Peter Korsgaard | 2008-12-05 | 1 | -2/+7 |
| | | | | Based on 9cd8638d / b86af9a1 in Bernhard's tree. | ||||
* | toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES | Peter Korsgaard | 2008-12-05 | 1 | -2/+11 |
| | | | | Based on b157db55 in Bernhard's tree. | ||||
* | toolchain/binutils: let make expand wildcards instead of the shell | Peter Korsgaard | 2008-12-05 | 1 | -8/+4 |
| | | | | Based on f97ce837 in Bernhard's tree. | ||||
* | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | 2008-12-05 | 1 | -1/+1 |
| | | | | Based on e0e0945e in Bernhard's tree. | ||||
* | toolhain/: confgure: respect quiet option | Peter Korsgaard | 2008-10-26 | 1 | -0/+1 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 1 | -1/+2 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Based on patch by Nigel Kukard. | ||||
* | fixed path problem | John Voltz | 2008-03-11 | 1 | -7/+7 |
| | |||||
* | buildroot: Use BR2_GNU_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -7/+7 |
| | | | | Patch by Nigel Kukard. | ||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -7/+3 |
| | | | | gcc target abi back to a place where the other arch-specific settings live | ||||
* | reinstate AVR32 toolchain | Ulf Samuelsson | 2007-09-26 | 1 | -2/+2 |
| | |||||
* | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -2/+2 |
| | |||||
* | - add binutils-2.18 and binutils-2.18.50.0.1 | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -0/+3 |
| | |||||
* | - precaution when looking at GCC_VERSION | Bernhard Reutner-Fischer | 2007-09-01 | 1 | -2/+2 |
| | |||||
* | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-28 | 1 | -6/+9 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - drop circular dependency | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - whitespace fixes | Bernhard Reutner-Fischer | 2007-08-20 | 1 | -2/+2 |
| | |||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -4/+16 |
| | |||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -18/+21 |
| | | | | - start to separate usr/lib and lib to match normal system-layout | ||||
* | - prefer shared libs on the host | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -2/+2 |
| | |||||
* | - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -4/+4 |
| | |||||
* | - fix crosscompiler prerequisites | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -1/+8 |
| | |||||
* | - fix prereq of current binutils wrt gmp | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -3/+9 |
| | |||||
* | - fix prerequisites of binutils_target | Bernhard Reutner-Fischer | 2007-01-24 | 1 | -8/+8 |
| | |||||
* | - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵ | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -4/+22 |
| | | | | about to build a somewhat current toolchain. | ||||
* | - Pass the correct compiler when building the target binutils. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -0/+1 |
| | |||||
* | - Build binutils with sysroot support. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+3 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -2/+3 |
| | |||||
* | add URL for binutils 2.17 #1002 | Mike Frysinger | 2006-08-24 | 1 | -0/+3 |
| | |||||
* | Download using ftp instead of http from ftp sites | Peter Korsgaard | 2006-05-30 | 1 | -6/+6 |
| | |||||
* | s/dependancies/dependencies/ | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | Add some finer grained dependancy checking. Check that | Eric Andersen | 2006-05-02 | 1 | -19/+1 |
| | | | | | make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed. | ||||
* | add a binutils-unpacked shortcut | Mike Frysinger | 2006-03-18 | 1 | -0/+1 |
| | |||||
* | - make sure we use the proper CC for building binutils. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -1/+5 |
| | | | | | - add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure. | ||||
* | binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger. | Paul Mundt | 2005-11-21 | 1 | -0/+1 |
| | |||||
* | jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵ | Mike Frysinger | 2005-08-28 | 1 | -0/+4 |
| | | | | install bison ... turns out i was missing which, not bison |