Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-10 | gcc: 4.3.x fix for PR 32044. | Peter Korsgaard | |
Patch by Daniel Mack <daniel@caiaq.de> | |||
2009-03-01 | toolchain/gcc: libstdcpp dependency was listed twice | Peter Korsgaard | |
2009-02-13 | toolchain/gcc: add 4.3.3 | Peter Korsgaard | |
2009-02-05 | toolchain/gcc/4.3.2: use what really got committed upstream for PR39076 | Peter Korsgaard | |
Thanks to Sven Neumann for noticing. | |||
2009-02-05 | toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205 | Peter Korsgaard | |
We don't use the iwmmxt abi anymore. | |||
2009-02-05 | toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993 | Peter Korsgaard | |
Rename it so it actually gets applied and fix it so it can be applied (-p level). | |||
2009-02-04 | toolchain: revert r25193 (Change binary toolchain configuration) | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-31 | Change binary toolchain configuration, so | Ulf Samuelsson | |
that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot. | |||
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-30 | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | |
The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks. | |||
2009-01-30 | toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot) | Peter Korsgaard | |
2009-01-30 | toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI | Peter Korsgaard | |
From Bernhards' tree, thanks to Sven Neuman for noticing. See also http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html | |||
2009-01-29 | toolchain/gcc: remove ancient (and unused) i386 softfloat patch | Peter Korsgaard | |
2009-01-29 | toolchain/gcc: remove unused GCC_ENABLE_CLOCALE | Peter Korsgaard | |
This variable was introduced in r17046 (add gfortran support, 2006-12-22) and wasn't used even there. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-28 | toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x | Peter Korsgaard | |
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si> | |||
2009-01-25 | Makefile: globally define variables used at different places | Peter Korsgaard | |
$(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-23 | Fix unroll bug for ARM toolchain | Ulf Samuelsson | |
2009-01-22 | toolchain/gcc: make version detection more robust | Peter Korsgaard | |
Thanks to Bernhard for noticing (and less so for causing the problem in the first place :P) | |||
2009-01-22 | toolchain/gcc: fix target-gcc for 4.3.x | Peter Korsgaard | |
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for the rest of 4.x | |||
2009-01-19 | toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs | Peter Korsgaard | |
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0. | |||
2009-01-16 | Update broken AVR32 toolchain, and update configs for this, deprecate all ↵ | Ulf Samuelsson | |
but latest AVR32 toolchain | |||
2009-01-16 | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | |
2009-01-16 | toolchain/gcc: default to 4.3.2 for !AVR32 | 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. | |||
2008-12-31 | * Added option to build with gcc 4.3.2 | Nigel Kukard | |
2008-12-08 | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-05 | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | |
Based on e0e0945e in Bernhard's tree. | |||
2008-10-31 | 2 gcc patches from Atmel's buildroot | Arnar Mar Sigurðsson | |
2008-10-26 | toolhain/: confgure: respect quiet option | Peter Korsgaard | |
2008-10-02 | gcc: make installation of shared libraries multi-project safe | Hans-Christian Egtvedt | |
This patch modifies the rule for installing the shared libraries into the project_foo/.../autotools-stamps directory. This will make the installation of GCC shared libraries be multi-project safe. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-02 | gcc: make sure that /usr/lib exists on target before installing shared libs | Hans-Christian Egtvedt | |
On very lite systems the /usr/lib directory might not exist before libstdc++ is installed. This patch makes sure the directory exists. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-08-22 | gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs | Peter Korsgaard | |
Patch by Wade Berrier. | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-08 | Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source | Ulf Samuelsson | |
2008-07-08 | Fix AVR32 gcc patching, when sysroot option is not enabled | Ulf Samuelsson | |
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-21 | toolchain/gcc: use --disable-decimal-float for 4.3.x | Peter Korsgaard | |
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-06-19 | toolchain/gcc: add 4.3.1 | Peter Korsgaard | |
Based on Bernhards tree. | |||
2008-06-19 | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | |
2008-06-18 | toolchain/gcc: use $(@D) | Peter Korsgaard | |
2008-06-18 | toolchain/gcc: use depends on instead of depends | Peter Korsgaard | |
2008-06-17 | toolchain/gcc: use $(STRIP_STRIP_UNNEEDED) | Peter Korsgaard | |
2008-06-17 | toolchain/gcc-4.x: strip cross libgcc / libstdc++ | Peter Korsgaard | |
2008-06-17 | toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host. | Peter Korsgaard | |
2008-06-13 | toolchain: gcc 4.2.4 support | Peter Korsgaard | |
2008-06-06 | toolchain: also use arch/tune/abi options when softfloat is enabled | Peter Korsgaard | |
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case. | |||
2008-04-04 | toolchain/gcc: do not try to strip *-embedspu | Peter Korsgaard | |
2008-03-30 | * Removed GCC 4.2.0, added GCC 4.2.3 (take 2) | Nigel Kukard | |