Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | 2009-01-16 | 1 | -1/+7 |
| | |||||
* | toolchain/gcc: default to 4.3.2 for !AVR32 | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 2 | -2/+2 |
| | |||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 5 | -0/+0 |
| | | | | | | | | 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. | ||||
* | * Added option to build with gcc 4.3.2 | Nigel Kukard | 2008-12-31 | 10 | -0/+251 |
| | |||||
* | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | 2008-12-05 | 1 | -1/+1 |
| | | | | Based on e0e0945e in Bernhard's tree. | ||||
* | 2 gcc patches from Atmel's buildroot | Arnar Mar Sigurðsson | 2008-10-31 | 2 | -0/+181 |
| | |||||
* | toolhain/: confgure: respect quiet option | Peter Korsgaard | 2008-10-26 | 2 | -0/+2 |
| | |||||
* | gcc: make installation of shared libraries multi-project safe | Hans-Christian Egtvedt | 2008-10-02 | 2 | -7/+10 |
| | | | | | | | | | 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> | ||||
* | gcc: make sure that /usr/lib exists on target before installing shared libs | Hans-Christian Egtvedt | 2008-10-02 | 2 | -0/+2 |
| | | | | | | | | 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> | ||||
* | gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs | Peter Korsgaard | 2008-08-22 | 1 | -0/+4 |
| | | | | Patch by Wade Berrier. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 2 | -9/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source | Ulf Samuelsson | 2008-07-08 | 1 | -0/+16 |
| | |||||
* | Fix AVR32 gcc patching, when sysroot option is not enabled | Ulf Samuelsson | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 2 | -15/+21 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | toolchain/gcc: use --disable-decimal-float for 4.3.x | Peter Korsgaard | 2008-06-21 | 1 | -0/+7 |
| | |||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | toolchain/gcc: add 4.3.1 | Peter Korsgaard | 2008-06-19 | 11 | -0/+261 |
| | | | | Based on Bernhards tree. | ||||
* | toolchain/gcc: mark old versions as deprecated | Peter Korsgaard | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | toolchain/gcc: use $(@D) | Peter Korsgaard | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | toolchain/gcc: use depends on instead of depends | Peter Korsgaard | 2008-06-18 | 2 | -12/+11 |
| | |||||
* | toolchain/gcc: use $(STRIP_STRIP_UNNEEDED) | Peter Korsgaard | 2008-06-17 | 2 | -4/+4 |
| | |||||
* | toolchain/gcc-4.x: strip cross libgcc / libstdc++ | Peter Korsgaard | 2008-06-17 | 1 | -0/+2 |
| | |||||
* | toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host. | Peter Korsgaard | 2008-06-17 | 1 | -2/+2 |
| | |||||
* | toolchain: gcc 4.2.4 support | Peter Korsgaard | 2008-06-13 | 21 | -3/+4129 |
| | |||||
* | toolchain: also use arch/tune/abi options when softfloat is enabled | Peter Korsgaard | 2008-06-06 | 1 | -1/+2 |
| | | | | | The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case. | ||||
* | toolchain/gcc: do not try to strip *-embedspu | Peter Korsgaard | 2008-04-04 | 2 | -2/+2 |
| | |||||
* | * Removed GCC 4.2.0, added GCC 4.2.3 (take 2) | Nigel Kukard | 2008-03-30 | 21 | -9/+8 |
| | |||||
* | * Remove legacy GCC 4.1.x versions | Nigel Kukard | 2008-03-30 | 20 | -8038/+0 |
| | |||||
* | * Remove legacy GCC 4.0.x versions | Nigel Kukard | 2008-03-30 | 35 | -15738/+0 |
| | |||||
* | * Remove legacy GCC 3.4.x versions | Nigel Kukard | 2008-03-30 | 61 | -59167/+0 |
| | |||||
* | Remove legacy GCC 3.3.x versions | Nigel Kukard | 2008-03-30 | 24 | -15056/+0 |
| | |||||
* | Remove avr32 gcc patches duplicating external source | Ulf Samuelsson | 2008-03-29 | 7 | -20831/+0 |
| | |||||
* | * Reverted r21540 | Nigel Kukard | 2008-03-28 | 1 | -13/+10 |
| | |||||
* | * Missed jacmet's patch, r21520 | Nigel Kukard | 2008-03-28 | 1 | -0/+21 |
| | |||||
* | * Added 4.2.2 patchset | Nigel Kukard | 2008-03-28 | 19 | -0/+4100 |
| | |||||
* | * Bumped GCC to 4.2.2, removed 4.2.0 | Nigel Kukard | 2008-03-28 | 1 | -10/+13 |
| | |||||
* | gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft float | Peter Korsgaard | 2008-03-27 | 1 | -0/+21 |
| | | | | | | | Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588. | ||||
* | current avr32 gcc patches break x86 and possibly other systems. moving bad ↵ | John Voltz | 2008-03-21 | 7 | -1960/+32 |
| | | | | patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard | ||||
* | gcc 4.2.1: Don't change SUFFIX and bug report URL | Peter Korsgaard | 2008-03-06 | 1 | -21/+0 |
| | | | | | | | SUFFIX and bug report URL shouldn't be set to something atmel specific if you don't compile for AVR32. The AVR32 patch should probably only get applied if compiling for AVR32. | ||||
* | toolchain updates | John Voltz | 2008-03-06 | 7 | -0/+22780 |
| | |||||
* | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | 2008-02-28 | 1 | -0/+63 |
| | | | | | | | | | versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists. | ||||
* | fix gcc 3.4.6 and libstdc++ when shared support is disabled, thanks Atle\! | Ivan Kuten | 2008-01-08 | 1 | -10/+14 |
| | |||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 2 | -2/+2 |
| | |||||
* | revert 20646 rev (gcc-cc_links-fix.diff), it's broken for arm as mentioned ↵ | Ivan Kuten | 2007-12-17 | 2 | -4/+4 |
| | | | | in 1764 issue | ||||
* | fix gcc 3.x/4.x symlinks to cc | Ivan Kuten | 2007-12-13 | 2 | -4/+4 |
| | |||||
* | nios2: remove empty files, thanks to Atle Nissestad | Ivan Kuten | 2007-11-23 | 2 | -0/+0 |
| | |||||
* | update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵ | Ivan Kuten | 2007-11-23 | 4 | -466/+4558 |
| | | | | sources from Altera, and removes obsolete patches | ||||
* | update gcc nios2 support, thanks atle | Ivan Kuten | 2007-11-09 | 4 | -0/+76 |
| |