Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | binutils: remove handling of ancient versions | Peter Korsgaard | |
2009-03-03 | binutils: add 2.19.1 | Peter Korsgaard | |
2009-02-10 | binutils: depend on static version of gmp/mpfr | Peter Korsgaard | |
2009-01-16 | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | |
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: 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/*: 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-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. | |||
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-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-26 | reinstate AVR32 toolchain | Ulf Samuelsson | |
2007-09-25 | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | |
2007-09-17 | - add binutils-2.18 and binutils-2.18.50.0.1 | Bernhard Reutner-Fischer | |
2007-09-01 | - precaution when looking at GCC_VERSION | Bernhard Reutner-Fischer | |
2007-08-28 | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-22 | - drop circular dependency | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-20 | - whitespace fixes | Bernhard Reutner-Fischer | |
2007-07-31 | Add support for prepatched toolchains | Ulf Samuelsson | |
2007-06-20 | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | |
- start to separate usr/lib and lib to match normal system-layout | |||
2007-06-06 | - prefer shared libs on the host | Bernhard Reutner-Fischer | |
2007-06-02 | - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | |
2007-02-09 | - fix crosscompiler prerequisites | Bernhard Reutner-Fischer | |
2007-01-28 | - fix prereq of current binutils wrt gmp | Bernhard Reutner-Fischer | |
2007-01-24 | - fix prerequisites of binutils_target | Bernhard Reutner-Fischer | |
2007-01-22 | - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵ | Bernhard Reutner-Fischer | |
about to build a somewhat current toolchain. | |||
2006-12-13 | - Pass the correct compiler when building the target binutils. | Bernhard Reutner-Fischer | |
2006-12-13 | - Build binutils with sysroot support. | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-08-24 | add URL for binutils 2.17 #1002 | Mike Frysinger | |
2006-05-30 | Download using ftp instead of http from ftp sites | Peter Korsgaard | |
2006-05-26 | s/dependancies/dependencies/ | Mike Frysinger | |
2006-05-02 | Add some finer grained dependancy checking. Check that | Eric Andersen | |
make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed. | |||
2006-03-18 | add a binutils-unpacked shortcut | Mike Frysinger | |
2006-03-10 | - make sure we use the proper CC for building binutils. | Bernhard Reutner-Fischer | |
- add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure. | |||
2005-11-21 | binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger. | Paul Mundt | |
2005-08-28 | jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵ | Mike Frysinger | |
install bison ... turns out i was missing which, not bison |