summaryrefslogtreecommitdiff
path: root/toolchain/gcc
AgeCommit message (Collapse)Author
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-08Add latest gcc patch for AVR32 gcc-4.2.2 prepatched sourceUlf Samuelsson
2008-07-08Fix AVR32 gcc patching, when sysroot option is not enabledUlf Samuelsson
2008-07-04Add 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-21toolchain/gcc: use --disable-decimal-float for 4.3.xPeter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-19toolchain/gcc: add 4.3.1Peter Korsgaard
Based on Bernhards tree.
2008-06-19toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2008-06-18toolchain/gcc: use $(@D)Peter Korsgaard
2008-06-18toolchain/gcc: use depends on instead of dependsPeter Korsgaard
2008-06-17toolchain/gcc: use $(STRIP_STRIP_UNNEEDED)Peter Korsgaard
2008-06-17toolchain/gcc-4.x: strip cross libgcc / libstdc++Peter Korsgaard
2008-06-17toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.Peter Korsgaard
2008-06-13toolchain: gcc 4.2.4 supportPeter Korsgaard
2008-06-06toolchain: also use arch/tune/abi options when softfloat is enabledPeter Korsgaard
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case.
2008-04-04toolchain/gcc: do not try to strip *-embedspuPeter Korsgaard
2008-03-30* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)Nigel Kukard
2008-03-30* Remove legacy GCC 4.1.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 4.0.x versionsNigel Kukard
2008-03-30* Remove legacy GCC 3.4.x versionsNigel Kukard
2008-03-30Remove legacy GCC 3.3.x versionsNigel Kukard
2008-03-29Remove avr32 gcc patches duplicating external sourceUlf Samuelsson
2008-03-28* Reverted r21540Nigel Kukard
2008-03-28* Missed jacmet's patch, r21520Nigel Kukard
2008-03-28* Added 4.2.2 patchsetNigel Kukard
2008-03-28* Bumped GCC to 4.2.2, removed 4.2.0Nigel Kukard
2008-03-27gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard
Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.
2008-03-21current avr32 gcc patches break x86 and possibly other systems. moving bad ↵John Voltz
patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard
2008-03-06gcc 4.2.1: Don't change SUFFIX and bug report URLPeter Korsgaard
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.
2008-03-06toolchain updatesJohn Voltz
2008-02-28Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"
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.
2008-01-08fix gcc 3.4.6 and libstdc++ when shared support is disabled, thanks Atle\!Ivan Kuten
2007-12-17Add support for GNU and kernel.org mirrorsIvan Kuten
2007-12-17revert 20646 rev (gcc-cc_links-fix.diff), it's broken for arm as mentioned ↵Ivan Kuten
in 1764 issue
2007-12-13fix gcc 3.x/4.x symlinks to ccIvan Kuten
2007-11-23nios2: remove empty files, thanks to Atle NissestadIvan Kuten
2007-11-23update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest ↵Ivan Kuten
sources from Altera, and removes obsolete patches
2007-11-09update gcc nios2 support, thanks atleIvan Kuten
2007-10-23Ensure AVR32 FPU config is always correctUlf Samuelsson
2007-10-20'make source' command working again for gccIvan Kuten
2007-10-19fix libmudflap build failure for 4.1.2 gcc - pass CPP=<target_cpp>, thanks ↵Ivan Kuten
to Hamish Moffatt
2007-10-19add soft-float support to 4.1.2 gcc, thanks to Hamish MoffattIvan Kuten
2007-10-17Softfloat patchUlf Samuelsson
2007-10-13Update AVR32 toolchain with new binutils and uClibc, This time it works ↵Ulf Samuelsson
(cross-fingers)
2007-10-12Allow library copy to failUlf Samuelsson
2007-10-12Do not copy shared C++ lib, unless one is builtUlf Samuelsson
2007-10-12Cannot copy shared c++ lib, if one has not been createdUlf Samuelsson
2007-10-07Allow longer history for package versionsUlf Samuelsson
2007-10-07Do not create directories, if they existUlf Samuelsson
2007-10-05- start to think about GNU/hurd support.Bernhard Reutner-Fischer
Not yet functional. Help welcome