Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-27 | binutils,gcc: use correct --prefix | Thomas Petazzoni | |
The cross binutils and cross gcc are actually going to be executed from $(STAGING_DIR)/usr, so the correct prefix is $(STAGING_DIR)/usr and not /usr. This also fixes what is known as the "AVR32 toolchain build failure", which was due to the fact that the prefix directory wasn't writable (since it was /usr). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2010-07-02 | toolchain: remove unused special detection of old toolchains | Peter Korsgaard | |
We only support gcc >= 4.2.x for the internal toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-06-15 | toolchain: remove gcc 4.1.2 and non-sysroot support | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-04-11 | Do not let packages remove man pages, info pages and documentation | Thomas Petazzoni | |
The cleanup of $(TARGET_DIR)/usr/share/man, $(TARGET_DIR)/usr/man, $(TARGET_DIR)/usr/share/info, $(TARGET_DIR)/usr/info, $(TARGET_DIR)/usr/share/doc and $(TARGET_DIR)/usr/doc is already done globally in the main Makefile. Therefore, there's no need to handle that on a per-package basis. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2010-03-30 | binutils: simplify BINUTILS_SITE selection | Peter Korsgaard | |
All versions are available on gnu.org. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-03-30 | binutils: add 2.20.1 | Gustavo Zacarias | |
Closes #1441 [Peter: use gnu.org upstream] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-25 | gmp/mpfr: make sure host builds add source targets to HOST_SOURCE | Peter Korsgaard | |
Closes #1183. When gmp/mpfr is needed for the host (E.G. when using an internal toolchain), the host-lib{gmp,mpfr}-source targets weren't added to HOST_SOURCE, so make source / external-deps didn't handle them. Notice that we have the same issue with the new host package support, there we should probably use HOST_<package>_DEPENDENCIES for -source dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-14 | binutils: remove support for external source toolchains | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-14 | binutils: add avr32 special version | Thomas Petazzoni | |
* Add a new binutils version 2.18-avr32-1.0.1 to the Config.in * Use a different site to download avr32 binutils version in binutils.mk * Only apply patches from the patch directory if it exists in binutils.mk Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-04 | toolchain: get rid of unused gcc 3.x legacy handling | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-04 | Add binutils 2.20 | Gustavo Zacarias | |
Closes #761. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-11-22 | toolchain/binutils: make sure target-binutils runs after busybox | Peter Korsgaard | |
Closes #597 Ensure that binutils-target runs after busybox if enabled, so it can overwrite the busybox symlink for ar if that applet is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
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-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 | |